in reply to How do I execute UNIX commands from a perl script

There is system() and exec() which do quite diffrent things, see the help on both for more info.

And there is also backticks, which is what I like to use as I get the output of the command returned to me.

"Nothing is sure but death and taxes" I say combine the two and its death to all taxes!