Help for this page

Select Code to Download


  1. or download this
     module-starter --module=testdir::moduletest --author="Sherman Willden" --email=PedalSteel.E9B6@gmail.com --license=perl --verbose
  2. or download this
     
    #! /usr/bin/perl
    #
    ...
        redistribute it under the same terms as Perl itself.
    
    =cut
    
  3. or download this
    #! /usr/bin/perl -w
    # module_test.pl
    ...
    print "moduletest: \"$moduletest\"\n";
    
    1;