in reply to Launching an external command from Perl in Linux

System takes a single string, or a list of strings as arguments.

In Perl, strings are surrounded by quotes. Your code doesn't have them.

  • Comment on Re: Launching an external command from Perl in Linux