Help for this page

Select Code to Download


  1. or download this
      ...
      my $recs = $dbh->selectall_arrayref( $sql );
    ...
        }
        push @people, $person;
      }
    
  2. or download this
    package Base;
    use strict;
    ...
    }
    
    1;
    
  3. or download this
      $person->shoeSize();