Help for this page

Select Code to Download


  1. or download this
    require 'My/Module.pm';
    
    print My::Module::foo();
    
  2. or download this
    use my_evil_pragma;
    
    ...
    require 'My/Module.pm';
    
    print Another::Module::foo();