Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    
    $joe->damage($henry->attack);
    $henry->damage($joe->attack);
    
  2. or download this
    package Peasant;
    use strict;
    ...
        return $int;
    }
    1;