Re: Newbe: How do I configure @*INC ?

2006-05-23 Thread Jonathan Scott Duff
On Mon, May 22, 2006 at 11:02:15PM -0500, John M. Dlugosz wrote:
> Anyway, where is the configuration kept?  I need to change the default 
> values of @*INC to be where my copy is really located.

You should be able to set the PERL6LIB environment variable to contain
a semi-colon (on win32) separated list of directories to search.

-Scott
-- 
Jonathan Scott Duff
[EMAIL PROTECTED]


Newbe: How do I configure @*INC ?

2006-05-22 Thread John M. Dlugosz
I downloaded the Win32 binary of pugs from 
.  The @*INC directories are 
pointing to the wrong places.  Why can't it automatically populate the 
list based on the location of the executable, like Perl5 does?  Before 
suggesting that I fix it myself, I must say that I don't know Haskel, 
and my project is to learn Perl 6, not Haskel.  I just don't have time 
for another language.  I'll (eventually) pitch in for modules written in 
Perl.


Anyway, where is the configuration kept?  I need to change the default 
values of @*INC to be where my copy is really located.


TIA,
--John

(my first posting to this mailing list)