http://qs321.pair.com?node_id=912919


in reply to Cannot find input arguments to program called with "system"

You should chomp $file. It otherwise contains a newline character at the end.

  • Comment on Re: Cannot find input arguments to program called with "system"

Replies are listed 'Best First'.
Re^2: Cannot find input arguments to program called with "system"
by pktrain (Acolyte) on Jul 06, 2011 at 07:13 UTC
    Thank you! Using chomp() was the solution...