Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: POE Sending Data Between 2 simultaneous TCP connections

by rcaputo (Chaplain)
on Jun 14, 2004 at 15:05 UTC ( [id://366570]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub on_renconnect {
      my $ts = localtime;
    ...
      $_[HEAP]->{server}->put($renpassword);    
      $_[KERNEL]->alias_set("ren");
    }
    
  2. or download this
    # Connetion to RenRem
    POE::Component::Client::TCP->new(
    ...
        },
      },
    );
    
  3. or download this
        ## HERE I WANT TO SENT THE $RENMSG FROM THE IRC CHANNEL TO THE TCP
    + SERVER 
        $kernel->post(ren => send_data => "msg $nick\@TRiNiTY\: $renmsg");
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (3)
As of 2024-04-24 23:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found