Help for this page

Select Code to Download


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