#perl - Sat 10 Mar 2007 between 20:52 and 21:04



punterthx
merlynI'm just throwing things out as I see them
searchign for "socket" in the source code
punteris that the best way? anyone can think of something better?
jagermanI should try that. My apartment might end up cleaner.
DavemanO.o
merlynuse Carp; imports the default
use Carp qw(:all) works if they're using the standard exporter;
see "perldoc Exporter" for details of the syntax
keep in mind they don't have to use the standard exporter.
CGI.pm doesn't, for example
nor does POE
punter:DEFAULT is the tag I want thx
yes
thanks
jagermanCarp does use Exporter.
kcbannermerlyn, amazing, I can jsut use the Acceptor handler to do it
thanks for pointing that out
merlynthe nice thing about having source code is that you can simply look at teh soruce
I don't know how binary-only people get anything done
kcbannerI often think about that and wonder
GumbyBRAIN, binary wonder
GumbyBRAINWonder how long ago "lenzo's fault" and "infobot" intersected.
kcbannermerlyn, oh..but it isn't compatible wit Client callbacks
that pretty much makes it useless to me...hmm
merlynyeah, that's what I saw too
kcbannerah heh
merlyn, Server::TCP uses unless (defined $accept_callback) { to check if its been defined or not
if not it defines it itself, so I can just copy all the code
into my code, and modify the part i need to
merlyn... # Fletch has subclassed SSLSocketFactory from SocketFactory.
obviously, it's possible to subclass socketfactory
and setting up an SSL socket is trickier than just setting one option
kcbannerhmm yes
merlyndo you need to set the option on the accept socket, or each resulting connection
kcbanneron every socket really
merlynwhy on the accept socket?
how does that help?
kcbanneroh..hmm maybe not
I suppose its just on the resulting outgoing connections

Page: 5 12 19 26 33 40 47 54 61 68 75 82 89 

IrcArchive