Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

RE: Completely Useless

by btrott (Parson)
on Aug 12, 2000 at 05:45 UTC ( [id://27599]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        package Silly::Die;
        use strict;
    ...
        sub trying { $OUTPUT ? $OUTPUT->($!) : $! }
    
        1;
    
  2. or download this
        use Silly::Die sub { qq(I died with: "@_") };
        open FILE, "foo" or die trying;
    
  3. or download this
      I died with: "No such file or directory" at ./test.pl line 9.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (5)
As of 2024-04-18 17:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found