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

they are in the same directory. i have checked it .
and my code is running fine but when it reaches system("perl .......")==0 or die "cant run!!";
it outputs cant run!!

Replies are listed 'Best First'.
Re^3: system command with arguments Error
by ww (Archbishop) on Jan 07, 2013 at 18:59 UTC
    There's a less-baudlerized version of this statement:
    You can't just make stuff up and expect Perl to understand.