Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl
    
    ...
            print $mailer $body;
            $mailer->close;
    }
    
  2. or download this
    #!/usr/local/bin/perl
    
    ...
    foreach my $key (sort { $a <=> $b } grep { /^\d+$/ } keys %history) {
            print "$history{$key}\t".scalar(localtime($key))."\n";
    }