Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: UDP Listener / Server

by zentara (Archbishop)
on Dec 30, 2007 at 16:36 UTC ( [id://659634]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #server
    #!/usr/bin/perl -w
    ...
    
    # You can't use the telnet program to talk to this server. You 
    # have to use a dedicated client.
    
  2. or download this
    #client
    #!/usr/bin/perl -w
    ...
    # or maybe not even alive. Because recv is a blocking system call that
    + 
    # may not return, we wrap it in the standard eval block construct 
    # for timing out a blocking operation.
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://659634]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-04-19 14:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found