Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: system() does not wait

by fizbin (Chaplain)
on Dec 01, 2005 at 01:23 UTC ( [id://513168]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      if ($? == -1) {
          print "failed to execute: $!\n";
    ...
      else {
          printf "child exited with value %d\n", $? >> 8;
      }
    
  2. or download this
    @/=map{[/./g]}qw/.h_nJ Xapou cets krht ele_ r_ra/;
    map{y/X_/\n /;print}map{pop@$_}@/for@/
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (6)
As of 2024-04-19 14:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found