"be consistent" | |
PerlMonks |
Re^2: Executing Systems Calls with Careby K_M_McMahon (Hermit) |
on Feb 15, 2005 at 08:40 UTC ( [id://431060]=note: print w/replies, xml ) | Need Help?? |
UPDATE: I modified this post because I thought noone had answered it and I thought better of my question after testing. In the interest of keeping following posts On Topic, this sub_question was initially,
"Will it work if you substitute &some_subroutine; instead of die?" in the section local $SIG{ALRM} = sub { die "alarm\n" }; CURRENT QUESTION: I can replace the die "alarm\n" section here with a subroutine with no problems (actually tested it ;->) but this brings up something else that I don't understand.. What causes the above example to enter the section? -Kevin
In Section
Seekers of Perl Wisdom
|
|