Help for this page

Select Code to Download


  1. or download this
    # This is the location where the loader module will be
    # picked up.
    ...
                     someoldpackage.pl 
                     Some::Hierarchical::Module  :2.1
                   );
    
  2. or download this
    /net/public/tools/perl/lib/MyFunnyModule/<version>/MyFunnyModule.pm
    /net/public/tools/perl/lib/MyFunnyModule/MyFunnyModule.pm,<version>
    /net/public/tools/perl/lib/pl-libs/someoldpackage.pl
    
  3. or download this
    BEGIN { require $module; }