Help for this page

Select Code to Download


  1. or download this
    package Person;
    use strict; 
    ...
    }
    
    1; # Modules need to end in a true value
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    $bar->age(3);
    $bar->exclaim();
    $foo->exclaim();