in reply to syntax for URI of files?
I read that Perl 6 is going to avoid the filename syntax issue by using URI's (also known as URL's) to provide a platform-independant file naming convension.Then someone took something out of context. We're not using URI syntax to open files. We may have open smart enough to know how to deal with URLs, at least http: ones, but you certainly won't be using them for plain file access.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: syntax for URI of files?
by John M. Dlugosz (Monsignor) on Mar 07, 2003 at 17:07 UTC | |
by Elian (Parson) on Mar 07, 2003 at 17:29 UTC |