[plug] Config.pm
William Kenworthy
billk at iinet.net.au
Sun Sep 28 19:02:58 WST 2003
Use the perl5lib environment variable
"use lib qw(/path);" in YOUR files
perl -I pathtolib file - check man perl
Be VERY wary of modifying the system stuff.
BillK
On Sun, 2003-09-28 at 12:19, James Devenish wrote:
> In message <3F765E60.60606 at leftclick.com.au>
> on Sun, Sep 28, 2003 at 12:06:56PM +0800, Ben New wrote:
> > I'm trying to add a path to @INC,
> [...]
> > Config.pm files
>
> (Noting that I don't understand Perl...) Might be a good idea not to
> modify files that are part of a package: upgrades will no longer be
> "perfect".
>
> > #> find / -name Config.pm
>
> If you find yourself doing this a lot (or even just occasionally), you
> might like to install the "locatedb" or "slocate" packages. They will
> build a file list on a nightly basis. Even if you are using a filesystem
> that is fast at `find /`, the consolidated locatedb database is a nice
> idea.
>
>
> _______________________________________________
> plug mailing list
> plug at plug.linux.org.au
> http://mail.plug.linux.org.au/cgi-bin/mailman/listinfo/plug
--
William Kenworthy <billk at iinet.net.au>
_______________________________________________
plug mailing list
plug at plug.linux.org.au
http://mail.plug.linux.org.au/cgi-bin/mailman/listinfo/plug
More information about the plug
mailing list