Octavian Rasnita <orasn...@gmail.com> wrote:
> I was hoping that I could find a module that allows me to do something
> like:
> 
> use The::Module;
> 
> my $client = The::Module->new(PeerAddr => 'localhost:9000');
[...]

Use Net::Telnet. From ist description:

"You're not familiar with sockets and you want a simple way to make client 
connections to TCP services."

HTH,
Thomas

Reply via email to