Help for this page

Select Code to Download


  1. or download this
    eval "require Foo\::$_" || die $@;
    
  2. or download this
    # Foo/Quux.pm
    package Foo::Quux;
    print 'Loading ', __PACKAGE__, "\n";
    
  3. or download this
    use strict;
    use warnings;
    ...
    }
    __END__
    Loading Foo::Quux