in reply to Re-using/changing a class
The short answer is something like
$SIG{HUP}=sub { delete $INC{"MyRoutines.pl"}; require "MyRoutines.pl"; } [download]