Help for this page

Select Code to Download


  1. or download this
            my ($coderef, $filename) = @_;
            my $result;
    ...
            require $filename;
            # try to overwrite a method here
            unshift @INC, $self->{__connector};
    
  2. or download this
       *setScript = *IWL::Script::setScript;
        delete $::{'IWL::'}{'Script::'}{'setScript'};
    ...
                *setScript{CODE}->($self, $param);
            }
        }