in reply to Module not found

It seems like you do not have this module installed on both of your machines. To help debug, add these lines to your verificationparse.pl script. This will show you the actual paths as seen by the script (@INC):
use Data::Dumper; print Dumper(\@INC); print Dumper(\%INC);

Also, to see the full path to the module file from your command line:

perldoc -l Mail::Internet

Update: Your question would be easier to read if you place your error messages inside 'code' tags: please read Writeup Formatting Tips.

Replies are listed 'Best First'.
Re^2: Module not found
by drievisjen (Initiate) on Sep 02, 2009 at 19:17 UTC
    perldoc -l Mail::Internet returns 'No documentation found...'
    I did not see any output from the print Dumper lines.
    perllocal.pod does have an entry for Mail, actually it has more than one since I have installed it a couple of times. The entry (excerpt) is as below:

    =head2 Wed Sep 2 13:11:10 2009: C<Module> L<Mail|Mail>
    =over 4
    =item *
    C<installed into: /usr/lib/perl5/site_perl/5.8.8>