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.

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.