Help for this page

Select Code to Download


  1. or download this
    use v5.10;
    use strict;
    ...
    
    # Were Alice and Bob employees?
    $eve->payOtherEmployees($alice, $bob, $carol, $dave);
    
  2. or download this
    package Person;
    
    ...
    }
    
    1;
    
  3. or download this
    package Person;
    
    ...
    }
    
    1;