Help for this page

Select Code to Download


  1. or download this
    # Pit.pm
    package Pit;
    use strict;
    ...
    
    my $pit = Pit->new('me@example.com');
    $pit->printIT;