Help for this page

Select Code to Download


  1. or download this
    use Modern::Perl;
    use My::Module;
    use My::Module::Another;
    
  2. or download this
    use Modern::Perl;
    use My::Module::Another;
    
  3. or download this
    My::Module::asub1();
    
  4. or download this
    use Modern::Perl;
    use My::Module;
    
  5. or download this
    package My::Module;
    
    ...
    ...
    
    1;