Help for this page

Select Code to Download


  1. or download this
    #C:\Perl\bin\Perl.exe -w
    use strict;
    ...
    my $MailList = load_mail_list('./list25B6.txt');
    print Dumper($MailList);
    # etc,etc
    
  2. or download this
    D:\temp\myscripts>perl chkemail.pl
    Can't locate Mail/Box.pm in @INC (@INC contains: D:/Perl/lib D:/Perl/s
    +ite/lib .)
     at chkemail.pl line 5.
    BEGIN failed--compilation aborted at chkemail.pl line 5.