in reply to
error on system() call???
And a quicky: The actual return value of the system
call is in the high 8 bits, so you might want to
shift the return to get the real result:
$Retval=system(@Args)>>8
[download]
GreetZ!,
ChOas
print "profeth still\n" if /bird|devil/;
Comment on
Re: error on system() call???
Download
Code
In Section
Seekers of Perl Wisdom