Help for this page

Select Code to Download


  1. or download this
    package Pm::TEMPLATE; # change TEMPLATE to whatever you need it to be
    
    ...
    }
    
    1;
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    print $output . an_exported_sub(1, 2);
    
    exit 1;