Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: die and subroutine combo

by flounder99 (Friar)
on Oct 08, 2003 at 12:32 UTC ( [id://297554]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub mysub {
        print STDERR "This is printed before the error message.\n";
    ...
    open(TMPFILE,"<datafile.txt") || die  "Cant open: $!" .  mysub();
    
  2. or download this
    This is printed before the error message.
    Cant open: No such file or directory
    This is printed in the middle of the error message. at temp.pl line 6.
    

Log In?
Username:
Password:

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

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

    No recent polls found