File: rules.pm

package info (click to toggle)
xtlf 0.0%2B1.03beta-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,140 kB
  • ctags: 233
  • sloc: perl: 6,072; sh: 160; makefile: 42
file content (23 lines) | stat: -rw-r--r-- 390 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#! /usr/bin/perl -w

# Date: 08-04-06

################################################
# CQWW-DXrules
################################################

$contestname = "CQWW-DX test";

################################################
$pointsmethod = "cqww";
$resultsmethod = "cqww";

$mult1 = "country";
$mult2 = "cqzone";

$mycountrypoints = 0;
$dxpoints = 3;
$mycontinentpoints = 1;

1;