>>>>> "PRL" == Perl6 RFC Librarian <perl6-rfc@perl.org> 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. chaimf@pobox.com +1-718-236-0183Thread Previous | Thread Next