Help for this page

Select Code to Download


  1. or download this
    my @students = (
        [qw(cap    shortsleeve jeans  leather flipflop)],
    ...
        [qw(cap    tanktop     shorts rope    flat)],
        [qw(beenie longsleeve  shorts cloth   flipflop)]
    );
    
  2. or download this
    Hat:    0,2 and 1,3
    Shirt:  1,3
    ...
    
  3. or download this
    use strict;
    use warnings;
    ...
        }
    }
    print "Winner $winner\n";
    
  4. or download this
    use strict;
    use warnings;
    ...
        }
    }
    print "Winner $winner\n";