Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Weird use warnings FATAL behavior

by naikonta (Curate)
on Mar 18, 2008 at 09:19 UTC ( [id://674749]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    cat fatals.pl
    #!/usr/bin/perl
    ...
    
    die "[$$] ERROR: $@" if $@;
    print "[$$]HOW DID I GET HERE?\n";
    
  2. or download this
    $ perl fatals.pl ls
    I'm parent with id 6238
    ...
    642676.pl
    642682.pl
    644761.pl
    
  3. or download this
    $ perl fatals.pl
    I'm parent with id 6240
    ...
    I'm forking a child with id 6241
    [6241] I'm child, about to exec [_bad_exe_ a b c]
    [6240]HOW DID I GET HERE?
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://674749]
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: (3)
As of 2024-04-24 00:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found