Error running PERL
Posted by: blackhawks
Posted on: 2009-05-17 07:43:00
I attempted to run POP2IMAP to import e-mail from an ISP I'm trying to move off of and received some file location issues. The support Wiki had instructions, but obviously things have moved. Any PERL gurus out there know the proper location settings. This is an example of the command and the error I received:
[mystique]$ perl pop2imap --host1 mail.domain1.com --user1 user@domain1.com --password1 XXXXXX --host2 mail.domain2.com --user2 user@domain2.com --password2 XXXXXX
Can't locate Email/Simple.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at pop2imap line 98.
BEGIN failed--compilation aborted at pop2imap line 98.
[mystique]$
I am running the bash shell. Any ideas would be appreciated.
Thanks