in reply to how to invoke unix commands in perl

Just in case your problem is even more obvious than anyone else has realised:

You need to be running your perl on a UNIX box!

Otherwise your command gets passed to whatever OS you _are_ running ;)
  • Comment on Re: how to invoke unix commands in perl