Help for this page

Select Code to Download


  1. or download this
    package Banker;
    no strict;
    ...
    use base qw/Greedy SelfAggrandising MorallyBereft/;
    
    1;
    
  2. or download this
    while (my ($banker, $rubbish) = each %bankers) {
        delete $bankers{$banker};
    }