Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    
    $USA->greet;
    $foo->greet;
    
  2. or download this
    #filename World.pm (easiest to put in same directory with calling scri
    +pt)
    package World;
    ...
    }
    
    1;