Help for this page

Select Code to Download


  1. or download this
    # workaround.pm
    BEGIN {
     push @INC, sub {
    ...
     };
    }
    1;
    
  2. or download this
    $ perl -Mworkaround -MFoo::Bar -E' say "still alive"; '
    still alive