Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Newbe: How do I configure @*INC ?

0 views
Skip to first unread message

John M. Dlugosz

unread,
May 23, 2006, 12:02:15 AM5/23/06
to perl6-c...@perl.org
I downloaded the Win32 binary of pugs from
<http://www.jwcs.net/~jonathan/perl6/>. 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)

Jonathan Scott Duff

unread,
May 23, 2006, 10:04:58 AM5/23/06
to John M. Dlugosz, perl6-c...@perl.org
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
du...@pobox.com

0 new messages