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