in reply to Re: When in Rome: Re: colons don't always separate path items!
in thread colons don't always separate path items!
I was refering to pathname conventions -- specificly, the path seperator should always be '/', not that of the platform where the code is running. To quote the POD (5.8.0), "In order to keep lib.pm small and simple, it only works with Unix filepaths. This doesn't mean it only works on Unix, but non-Unix users must first translate their file paths to Unix conventions." (Interestingly, this seems to increase, not decrese, the size of lib.pm -- of couse, it makes the code /using/ lib much simpiler.)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: When in Rome: Re: colons don't always separate path items!
by demerphq (Chancellor) on Jul 02, 2003 at 12:20 UTC |