Help for this page

Select Code to Download


  1. or download this
    =head1 Data First OOP
    
    ...
    
    for my $shift ( qw( DAY NIGHT GRAVEYARD ) ) {
    }
    
  2. or download this
    package Base::Hosts;
    use strict;
    ...
    
        1;
    }