Re: TCP apllications

2008-06-06 Thread asmith9983
Hi Arun You didn't say what you really wanted to achieve. Do yo want to dabble and learn from that experience what using network modules is all about ? -- Andrew Edinburgh,Scotland On Fri, 6 Jun 2008, Arun wrote: Hi, This is Arun here, i am new to Perl so i was just thinking of programming

Re: TCP apllications

2008-06-06 Thread Jeff Peng
On Fri, Jun 6, 2008 at 7:29 PM, Arun <[EMAIL PROTECTED]> wrote: > Hi, > This is Arun here, i am new to Perl so i > was just thinking of programming the TCP apllications or working. So > how do i do that, just needed guidance from you. > Licoln Stein's book "Network Programming with Perl" is great

Re: TCP apllications

2008-06-06 Thread Rob Dixon
Arun wrote: > Hi, > This is Arun here, i am new to Perl so i > was just thinking of programming the TCP apllications or working. So > how do i do that, just needed guidance from you. A lot depends on how you want to use TCP, but take a look at perldoc -f socket and perldoc Socket HTH, Ro