|
|
| Welcome to the Monastery | |
| PerlMonks |
Re: Re: need both from system-callby birdbrane (Chaplain) |
| on Apr 27, 2001 at 12:20 UTC ( [id://76049]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
Look under "exit status" of the camel book. $? is the
entire 16 bit status code. You only want the last 8 bits. This will fix your code: $status = $? >> 8; bb
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||