Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl
    #title "Wish I could include global constants"
    ...
        our $monkish = "MaryFranan";
        }
    1;
    
  2. or download this
    #!/usr/local/bin/perl
    use strict;
    ...
    print "my name is $firstName\n";
    print "my avatar is $monasteryName\n";
    1;
    
  3. or download this
    %h2xs -X -A -n Name::Module
    
  4. or download this