>>>>> "JSD" == Jonathan Scott Duff <[EMAIL PROTECTED]> writes: JSD> I originally didn't like this but the more I think about it, the more JSD> I like it ... as long as the default handler knows about URIs :-) JSD> I'd like JSD> open "http://www.perl.com"; JSD> do DWIM. (Some random thoughts.) What hasn't been discussed, is Are files (or perhaps resources) named natively or in a portable fashion? If portable, then for (@ARGV) { open $_; ... } has to DWIM both portable and native formats. If native, then the URI has problems. There also comes the overhead (programming effort) of converting _some_ resource names to native format for output to the user. And deciding which of those resource names should be transformed will be tough. And how does one open sockets or connections to custom servers? Will open take over the work of socket() and family? What is the resource supposed to look like? <chaim> -- Chaim Frenkel Nonlinear Knowledge, Inc. [EMAIL PROTECTED] +1-718-236-0183
- Re: RFC 14 (v3) Modify open() to supp... Jonathan Scott Duff
- Re: RFC 14 (v3) Modify open() to supp... Nathan Wiger
- Re: RFC 14 (v3) Modify open() to supp... Jonathan Scott Duff
- Re: RFC 14 (v3) Modify open() to supp... Nathan Wiger
- Re: RFC 14 (v3) Modify open() to supp... Nathan Wiger
- Re: RFC 14 (v3) Modify open() to supp... Casey R. Tweten
- Re: RFC 14 (v3) Modify open() to supp... Joe McMahon
- Re: RFC 14 (v3) Modify open() to supp... Jon Ericson
- Re: RFC 14 (v3) Modify open() to supp... Kai Henningsen
- Re: RFC 14 (v3) Modify open() to support FileObjects a... Jonathan Scott Duff
- Re: RFC 14 (v3) Modify open() to support FileObje... Chaim Frenkel
- Re: RFC 14 (v3) Modify open() to support File... Jonathan Scott Duff
- Re: RFC 14 (v3) Modify open() to support ... Nathan Wiger
- Re: RFC 14 (v3) Modify open() to supp... Chaim Frenkel
- Re: RFC 14 (v3) Modify open() to supp... Nathan Wiger
- Re: RFC 14 (v3) Modify open() to supp... Chaim Frenkel
- Re: RFC 14 (v3) Modify open() to supp... Nathan Wiger
- Re: RFC 14 (v3) Modify open() to supp... Tim Jenness
- Re: RFC 14 (v3) Modify open() to supp... ___cliff rayman___