Help for this page

Select Code to Download


  1. or download this
    package bar;
    use parent 'Modern::Perl';
    ...
    # rest of bar stuff
    
    1;
    
  2. or download this
    package bar;
    use Modern::Perl;
    ...
        ...
        goto &Modern::Perl::import;
    }