
japhy
Enthusiast
Mar 1, 2001, 3:04 PM
Post #2 of 2
(520 views)
|
Please tell me you're not REALLY using Perl 4.0. If you are (sigh), do $SIG{ALRM} = "timed_out"; instead. If you're using Perl 5, you can do $SIG{ALRM} = \&timed_out; Jeff "japhy" Pinyan -- accomplished hacker, teacher, lecturer, and author
|