in reply to Re: system command with arguments Error
in thread system command with arguments Error

thankyou for the explaination blue_cowdawg
  • Comment on Re^2: system command with arguments Error

Replies are listed 'Best First'.
Re^3: system command with arguments Error
by tbone654 (Beadle) on Jan 08, 2013 at 04:11 UTC

    I was just wondering if it's in the same directory, maybe the permissions are not sufficient, and you should source the file?


    #!/usr/bin/perl use strict; use warnings; print system (qw/.\/runssh_bro.pl 10.77.77.77 filename1.out/); print system (qw/.\/runssh_bro.pl 10.77.77.77 filename2.out/);