On 5/15/07, Bryan R Harris <[EMAIL PROTECTED]> wrote: snip
It worked! Sort of... According to the camel book, "use lib" looks for "$dir/$archname/auto", but $archname isn't defined and I don't know what it's supposed to be... How can I find out what it's supposed to be?
You don't, you just set it to /home/user/perl and it looks in the normal subdirectories (that is what $archname/auto means). use lib '/home/user/perl'; -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/