Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: how come both the if and elsif block getting executed ?

by Anonymous Monk
on Apr 20, 2014 at 18:13 UTC ( [id://1082956]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    use warnings;
    ...
        print "[$$] done with child process for $num\n";
        return $num;
    }
    
  2. or download this
    [7685] Starting main program
    [7685] child pid is 7686
    ...
    [7688] done with child process for 3
    [7685] done with pid 7688
    [7685] End of main program
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (2)
As of 2024-04-19 20:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found