Help for this page

Select Code to Download


  1. or download this
    ### In Shoe.pm
    package Shoe;
    ...
    }
    
    1;
    
  2. or download this
    ### In Boot.pm
    package Boot;
    ...
    }
    
    1;
    
  3. or download this
    #!/usr/bin/env perl
    
    ...
    
    my $b2 = Boot->new();
    $b2->wear_out_sole();