in reply to
Re^3: Setting an alarm
in thread
Setting an alarm
Thanks for taking the time to write this, clears a lot of things up too! I've got it working nicely.
Comment on
Re^4: Setting an alarm
Replies are listed 'Best First'.
Re^5: Setting an alarm
by
ikegami
(Patriarch)
on Mar 10, 2010 at 18:37 UTC
I had
if (!defined($child_code))
where I needed
if (defined($child_code))
. Fixed.
[reply]
[d/l]
[select]
In Section
Seekers of Perl Wisdom