Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
But now I want to start using modules such as:#!/usr/local/bin/perl
The paths I have tried dont work:use LWP::Simple; use Mail::Mailer;
No luck here. I need to find where this server stores the modules so I can use the correct "#!shebang" notation.#!/usr/bin/perl #!/usr/local/bin/perl
Can't locate LWP/Simple.pm in @INC (@INC contains: /usr/local/lib/perl +5/5.00502/ sun4-solaris-thread /usr/local/lib/perl5/5.00502 /usr/local/lib/perl5/ +site_perl/ 5.005/sun4-solaris-thread /usr/local/lib/perl5/site_perl/5.005 .) at w +ebCh.pl li ne 2. BEGIN failed--compilation aborted at webCh.pl line 2.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Modules on a Unix server
by seattlejohn (Deacon) on May 13, 2002 at 19:12 UTC | |
by Anonymous Monk on May 14, 2002 at 15:38 UTC | |
by seattlejohn (Deacon) on May 14, 2002 at 22:53 UTC | |
by Anonymous Monk on May 15, 2002 at 12:10 UTC | |
|
Re: Modules on a Unix server
by Speedy (Monk) on May 13, 2002 at 20:05 UTC | |
|
Re: Modules on a Unix server
by TStanley (Canon) on May 13, 2002 at 19:19 UTC | |
|
Re: Modules on a Unix server
by BazB (Priest) on May 13, 2002 at 19:20 UTC | |
|
Re: Modules on a Unix server
by mephit (Scribe) on May 14, 2002 at 03:12 UTC |