Help for this page
11/04/2004 Bruce Schneier :CRYPTO-GRAM, October 15, 2004:RSA Euro +pe in Barcelona, on 4 November
#!/usr/bin/perl -lw use diagnostics; ... my ($m, $d, $y) = @_; return test_date($month{lc substr($m, 0, 3)}, $d, $y); }