Re: RFC 14 (v2) Modify open() to support FileObjects and

[email protected] (Nathan Wiger) Thu, 10 Aug 2000 19:47:35 -0700
Newsgroups perl.perl6.language.io
Message-ID <[email protected]>
> Also, what if you write your own module, say "MyHttp", that you want to
> open certain documents? How do you do this? The more general notation:
> 
>    open MyHttp, 'http://www.yahoo.com/', $custom, $args;

Dangit! That first comma shouldn't be there (typo). Should say:

   open MyHttp 'http://www.yahoo.com/', $custom, $args;

Just to clarify.

-Nate