Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^3: IRC Client not Joining Channel

by assemble (Friar)
on Mar 04, 2008 at 17:35 UTC ( [id://671951]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #-------------------Watch for IRC Inputs-------------------
    sub incoming_data {
    ...
            
        return 1;
    }
    
  2. or download this
            sysread $fh, $input, 1000000;
            #chop $input;
            
            $input =~ s/\r\n//g;
    
  3. or download this
        $input = <$fh>;
        chomp $input;
    

Log In?
Username:
Password:

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

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

    No recent polls found