Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Run 2 Subroutines after a die

by Dog and Pony (Priest)
on Oct 03, 2002 at 07:46 UTC ( [id://202453]=note: print w/replies, xml ) Need Help??


in reply to Run 2 Subroutines after a die

This is one way of doing it (I assume your subs are cleanup routines rather than routines that should output stuff in the die message?):
open TST, ">>$var1" or One(), Two(), die "Could not open '$var1': $!";
If that is any clearer may be disputed... I think it is, but some may disagree. Maybe '&&' instead of commas are more intiutive between the calls? That works too.

The '1' is, as pointed out, what do returns to your die for printing.

Hope that helps.


You have moved into a dark place.
It is pitch black. You are likely to be eaten by a grue.

Log In?
Username:
Password:

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

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

    No recent polls found