in reply to Re: Getting Started with PUGS
in thread Getting Started with PUGS
Drive C: is a stub with some DOS stuff on it.pugs> @*INC ("C:\\Perl6\\lib", "C:\\Perl6\\lib", "C:\\Perl6\\site\\lib", "C:\\Perl6\\site\\lib", "C:\\Perl6\\lib\\auto\\pugs\\perl6\\lib", "C:\\Perl6\\site\\lib\\auto\\pugs\\perl6\\lib", ".")
However, I do have a "I:\Program Files\Languages\PUGS\lib" directory, but no "site" directory.
Regular Perl will look up the path of the executable its running from, and set up the includes relative to that. So, I can run it off a USB key for example simply by copying the directory tree to it.
Any idea where the configuration is kept?
—John
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Getting Started with PUGS
by audreyt (Hermit) on Jun 04, 2006 at 15:05 UTC |