Help for this page

Select Code to Download


  1. or download this
    exclude = Subroutines::RequireArgUnpacking
    include = Local::RequireArgUnpackOrShift
    
  2. or download this
    $ prove -l t
    
  3. or download this
    $ perlcritic <path-to-file>/CriticTest.pm
    
  4. or download this
    [~/perl/test]# cat CriticTest.pm
    package CriticTest;
    ...
    1;
    
    __END__