Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Localizing %SIG

by Darkwing (Beadle)
on Feb 17, 2016 at 08:51 UTC ( [id://1155447]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
      die("Something is wrong!\n");
    };
    print "Got: $@\n";
    
  2. or download this
    use strict;
    use warnings;
    ...
      die("Something is wrong!\n");
    };
    print "Got: $@\n";
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1155447]
Approved by Discipulus
Front-paged by Athanasius
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 11:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found