there's no way you could reference a Perl variable from a shell script. But it might be possible to set a shell variable from within Perl and then reference it. <P>- AZ ...
There are a lot of really nice scripting languages available to Unix admins, but Perl is still one of my favorites for doing any work that involves regular expressions — any text that you can describe ...
I would like to log the results of some calculations done by various instances of a class. I attempted to do it like this: The idea was that each object will do its thing, and if it finds some ...