Help for this page

Select Code to Download


  1. or download this
    <Location /archive>
    SetHandler perl-script
    PerlHandler My::Archive
    </Location>
    
  2. or download this
    sub handler {
        my $r = shift;
    ...
            displayMessage($q, $dbh, $list, $year, $mon, $msg);
        }
    }