6 use POSIX qw
/strftime/;
8 $SIG{__WARN__
} = sub { cluck
$_[0] };
10 my $ctx = ASR
::Ladder
->new;
18 <form action="useradd.pl" method="post">
19 <p>Admin pw: <input type="password" name="pwd"> <br/>
20 KGS nick: <input type="text" name="nick">
21 <input type="submit" name="s" value="Add user"></p>
26 <h2>Monthly Ladder Reset</h2>
27 <form action="reset.pl" method="post">
28 <p>Admin pw: <input type="password" name="pwd"> <br/>
29 Delete players with no games after date (YYYY-MM-DD): <input type="text" name="cutoffdate">
30 <input type="submit" name="s" value="Do it"></p>