Re: problams with IO::Socket::INET

Tom Christiansen (tchrist@jhereg.perl.com)
Tue, 27 Jan 1998 22:13:31 -0700


>Just looks really messy in my opinion. (obfuscated might be the word? :-) )
>How would you like to use:

>    STDOUT->print("...");

>All the time? I think i rest my (our?) case.

Irrelevant.  print is special, and will not be overridden
or treated as a function call when it isn't.

--tom