I'm not sure if this is possible, but this is what i'd like to do:<BR>I need to right a shell script that will run within a loop within a perl script. Is there a way ...
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 ...