Help for this page

Select Code to Download


  1. or download this
    use strict;
    package person;
    ...
    print $sue->full_name()."\n";
    print $john->marry($sue)."\n";
    
  2. or download this
    use strict;
    package Class::InstanceVariables;
    ...
      }
    }
    1;