in reply to Re: Alternatives to User::Agent?
in thread Alternatives to User::Agent?

I would have to first load IO::Socket::INET, right? would this be:
use IO::Socket::INET;

Replies are listed 'Best First'.
Re: Re: Re: Alternatives to User::Agent?
by liz (Monsignor) on Jul 22, 2003 at 06:08 UTC
    use IO::Socket;
    should be enough, I believe.

    Liz