Help for this page

Select Code to Download


  1. or download this
    sub has_red_table {
        my $self = shift;
    ...
        }
        return 0;
    }
    
  2. or download this
    use strict;
    use warnings;
    ...
    print $party1->has_red_table, $/;
    print $party2->has_red_table, $/;