Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: error on system() call???

by ChOas (Curate)
on Apr 17, 2001 at 19:25 UTC ( [id://73180]=note: print w/replies, xml ) Need Help??


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

GreetZ!,
    ChOas

print "profeth still\n" if /bird|devil/;

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://73180]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (7)
As of 2024-04-24 10:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found