Help for this page
my $old = \&IWL::Script::setScript; *IWL::Script::setScript = sub { ...; goto &$old; };
# Untested. ... goto &$old; };