in reply to Forcing a PERL script to reload libraries
-- Randal L. Schwartz, Perl hacker
$SIG{HUP}=sub { delete $INC{"MyRoutines.pl"}; require "MyRoutines.pl"; }
Btw, I'm the same poster as the original question, I just decided to create an account :)