Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
How can i then use this in my perl script? How can I tell perl to look for the module in this location?
I have tried the following:
# module is in ~/Plug-ins/Find.pm use Plug-ins::Find;
But I get this error:
Kind regardsCan't locate Plug.pm in @INC (@INC contains: /biol/programs/perl580/li +b/5.8.0/i686-linux /biol/programs/perl580/lib/5.8.0 /biol/programs/pe +rl580/lib/site_perl/5.8.0/i686-linux /biol/programs/perl580/lib/site_ +perl/5.8.0 /biol/programs/perl580/lib/site_perl .) at get_them.pl lin +e 5. BEGIN failed--compilation aborted at get_them.pl line 5.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: using perl plug-ins
by tinita (Parson) on Feb 19, 2006 at 13:41 UTC | |
|
Re: using perl plug-ins
by borisz (Canon) on Feb 19, 2006 at 14:10 UTC | |
|
Re: using perl plug-ins
by brian_d_foy (Abbot) on Feb 19, 2006 at 18:57 UTC | |
|
Re: using perl plug-ins
by arcnon (Monk) on Feb 19, 2006 at 15:06 UTC | |
by fishbot_v2 (Chaplain) on Feb 19, 2006 at 15:20 UTC |