Help for this page

Select Code to Download


  1. or download this
    # untested
    sub new {
        my $class= shift;
    ...
          qw(roundnum room judge type code contestants)};
        bless $self, $class;
    }