Re: problams with IO::Socket::INET

Tom Christiansen (tchrist@jhereg.perl.com)
Tue, 27 Jan 1998 23:00:25 -0700


This:

    print STDERR "stuff\n";

is *not* a method call, and cannot be coerced to be such.

--tom