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 |