Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

a host/client chat program

by hnd (Scribe)
on Jun 30, 2009 at 12:36 UTC ( [id://776012]=CUFP: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use IO::Socket; #use the socket module
    use strict; #am bit careless so i need this
    ...
            {close $socket and die "connection closed\n";}
       }
    }
    
  2. or download this
    use IO::Socket;
    use strict;
    ...
      if($scrap_in=~/'bye'/i or $scrap_out=~/'bye'/i)
        {close $socket and die "connection ended\n";}
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found