in reply to Re^3: Exiting script from subs
in thread Exiting script from subs
END { print "Outside"; } eval { print "Inside\n"; exit; }; print "Outside\n"; ---- Inside Outside
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Exiting script from subs
by dragonchild (Archbishop) on Apr 18, 2005 at 12:35 UTC |