>>>>> "PRL" == Perl6 RFC Librarian <[EMAIL PROTECTED]> writes: PRL> $fo = open "C:\Windows\System"; # non-portable PRL> $fo = open "file://C|/Windows/System"; # portable In what way is the second example portable? I don't think it will do anything useful on any of my *nix boxes. PRL> unlink "/local/etc/script.conf"; # non-portable PRL> unlink "file:///local/etc/script.conf";# portable Nor this on a dos box. <chaim> -- Chaim Frenkel Nonlinear Knowledge, Inc. [EMAIL PROTECTED] +1-718-236-0183
- RFC 100 (v1) Embed full URI support into Perl Perl6 RFC Librarian
- Re: RFC 100 (v1) Embed full URI support into Perl Chaim Frenkel
- Re: RFC 100 (v1) Embed full URI support into ... Nathan Wiger
- Re: RFC 100 (v1) Embed full URI support into Perl Sam Tregar
- Re: RFC 100 (v1) Embed full URI support into ... Nathan Wiger
- Re: RFC 100 (v1) Embed full URI support i... Sam Tregar
- Re: RFC 100 (v1) Embed full URI suppo... Nathan Wiger
- Re: RFC 100 (v1) Embed full URI support i... Chaim Frenkel
- Re: RFC 100 (v1) Embed full URI support i... Gisle Aas