Help for this page

Select Code to Download


  1. or download this
    ### In Shoe.pm
    package Shoe;
    ...
    }
    
    1;
    
  2. or download this
    #!/usr/bin/env perl
    
    ...
    $Rack->Buy("Boot");
    $Rack->Buy("Shoe");
    $_->wear_out_sole() for $Rack->getcollection();