In message <[EMAIL PROTECTED]> Graham Barr <[EMAIL PROTECTED]> wrote: > On Wed, Aug 09, 2000 at 11:41:42AM -0500, Jonathan Scott Duff wrote: > > > open 'ftp://ftp.perl.org/'; # ftp > > What user/password does it use Whatever you put in the URL with anonymous as default. > > open 'http://www.yahoo.com/'; # http > > will it support cookies, authentication ? No reason why not. > My point is that many of these protocols are more complex than I would > certain want open to handle. Leave the complex stuuf to those modules > and use the API they provide. The suggested syntax does not necessarily conflict with the above - the core might spot the xxx: scheme and try and load an xxx.pm from some well known path and hand off the open to that module. Tom -- Tom Hughes ([EMAIL PROTECTED]) http://www.compton.nu/ ...Let He who taketh the Plunge Remember to return it by Tuesday.
- Re: RFC 14 (v2) Modify open() to support FileObjects a... Jon Ericson
- Re: RFC 14 (v2) Modify open() to support FileObje... Nathan Wiger
- Re: RFC 14 (v2) Modify open() to support File... Jonathan Scott Duff
- Re: RFC 14 (v2) Modify open() to support ... Graham Barr
- Re: RFC 14 (v2) Modify open() to supp... Nick Ing-Simmons
- Re: RFC 14 (v2) Modify open() to... Jonathan Scott Duff
- Re: RFC 14 (v2) Modify open(... Chaim Frenkel
- Re: RFC 14 (v2) Modify open(... Nick Ing-Simmons
- Re: RFC 14 (v2) Modify open() to... Piers Cawley
- Re: RFC 14 (v2) Modify open(... Bart Lateur
- Re: RFC 14 (v2) Modify open() to supp... Tom Hughes
- Re: RFC 14 (v2) Modify open() to... Tom Hughes
- Re: RFC 14 (v2) Modify open(... Chaim Frenkel
- Re: RFC 14 (v2) Modify open(... Piers Cawley
- Re: RFC 14 (v2) Modify open() to... Piers Cawley
- Re: RFC 14 (v2) Modify open() to supp... Jonathan Scott Duff
- Re: RFC 14 (v2) Modify open() to support ... Nathan Wiger
- Re: RFC 14 (v2) Modify open() to supp... Nathan Wiger
- Re: RFC 14 (v2) Modify open() to supp... Johan Vromans
- Re: RFC 14 (v2) Modify open() to supp... Nick Ing-Simmons
- Re: RFC 14 (v2) Modify open() to support File... Graham Barr