in reply to Re: Re: Re: Re: Re: Re: Grabbing tokens
in thread Grabbing tokens
Again, I only get the 'glob' failed if I do:[cbro@chromium:~] $ /usr/local/bin/perl5.00503 testers.pl Success [cbro@chromium:~] $ /usr/local/bin/perl6 testers.pl `./testers.sh`
This is fixed immediately when I do:$prg = "testers.sh"; $ret_val = <`$prg`> print "\n\n$ret_val\n\n";
$prg = "./testers.sh";
|
|---|