> 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

Reply via email to