Luckily this is a beginning perl list, because I'm sure this is a real beginners question . . .
I believe I have the Mail::Mailer module installed on my system because when I run 'perldoc Mail::Mailer' I get the documentation. However, when I try to 'use' the module, I get the following error message: [Thu Aug 15 12:08:27 2002] Mailer.pm: Can't locate Mail/Mailer.pm in @INC (@INC contains: /usr/lib/perl5/i686-linux/5.00401 /usr/lib/perl5 /usr/lib/perl5/site_perl/i686-linux /usr/lib/perl5/site_perl .) at support.cgi line 6. BEGIN failed--compilation aborted at support.cgi line 6. I know how to change the @INC search path, but I'll be darned if I can find the path to the Mailer module. I've tried using find as follows: find `perl -e 'print "@INC"'` -name '*.pm' -print |grep 'Mailer' but believe this is just looking in the same @INC path, so no surprise that it can't find it, either. Any other ideas??? Thanks! -- John -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]