develooper Front page | perl.perl6.language.io | Postings from August 2000

Re: RFC 100 (v1) Embed full URI support into Perl

Thread Previous | Thread Next
From:
Chaim Frenkel
Date:
August 14, 2000 19:12
Subject:
Re: RFC 100 (v1) Embed full URI support into Perl
Message ID:
m33dk71dd3.fsf@csamnycln01.nyc.csam.com
>>>>> "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-0183

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About