mosh has asked for the wisdom of the Perl Monks concerning the following question:
Line 59 is:Can't locate utils.pm in @INC (@INC contains: /usr/lib/perl5/5.8.0/i38 +6-linux-thread-multi /usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl/5. +8.0/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.0 /usr/lib/p +erl5/site_perl /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-mul +ti /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl) at ./ +check_cit_nat.pl line 59. BEGIN failed--compilation aborted at ./check_cit_nat.pl line 59.
I search for utils in cpan and there's a lot ! Do anyone can assist me, and tell me what module to download, base on the upper line 59 ? Thanks in advance, mosh.use utils qw(%ERRORS &print_revision &support &usage);
Janitored by Arunbear - added code tags, and retitled from 'utils.pm module'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Can't locate utils.pm in @INC
by gellyfish (Monsignor) on Oct 13, 2004 at 15:59 UTC | |
by Fletch (Bishop) on Oct 13, 2004 at 16:04 UTC | |
|
Re: Can't locate utils.pm in @INC
by ikegami (Patriarch) on Oct 13, 2004 at 16:55 UTC | |
|
Re: Can't locate utils.pm in @INC
by ysth (Canon) on Oct 13, 2004 at 16:54 UTC |