# This is the exact same scoring/cabrillo as CQ-CPX-SSB ... see that cfg for details. my $contest = eval do { local $/; open FILE, '<', 'scorer/cfg/CQ-WPX-SSB.pl'; }; # Now just the few things to make it CW instead of SSB ... $contest->{version} .= '-01'; $contest->{contest_name} = 'CQ World-Wide WPX Contest - CW'; $contest->{contest_id} = 'CQ-WPX-CW'; $contest->{filter}->{mode} = \"IN ('CW')"; $contest->{defaults}->{dropbox_options}->{'CATEGORY-MODE'} = [qw/ CW /]; $contest->{years} = { 2010 => { sample => '', filter => { qso_date => { -between => [20100529, 20100530] }, }, }, }; ######### $contest;