Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    use warnings;
    ...
    
    print "here is the boss\n";
    print Dumper($boss);
    
  2. or download this
    package Boss1;
    use Employee4;
    @ISA = qw(Employee4);
    
    1;
    
  3. or download this
    package Employee4;
    ##
    ...
    }
    1;
    
  4. or download this
    package Person5;
    ##
    ...
     The Person class implements dah dee dah dee dah....
    =cut
    1;
    
  5. or download this
    Don Federico Jesus Pichon Alvarez is age 47.
    His peers are: PEON=FRANK, PEON=FELIPE, PEON=FAUST
    ...
                   }, 'Boss1' );
    Destroying $self Fred at ./testboss1.pl line 0
    All persons are going away now