Help for this page

Select Code to Download


  1. or download this
    BEGIN {
      eval { require Maybe::Module };
    ...
    }
    
    1;
    
  2. or download this
    package Other::Package::__temp;
    
    ...
    }
    
    1;