Help for this page

Select Code to Download


  1. or download this
    unshift @INC, sub {
        my ($self, $name) = @_;
    ...
    
        # instruct Perl to not load the module again
    };
    
  2. or download this
    unshift @INC, sub {
        my ($self, $name) = @_;
    ...
    
        return ();
    };