Re: POE on OSX

2005-01-29 Thread misc
I just installed POE using CPAN last night on OS 10.3.7 without a problem. Here's the output of `perl -V` on my machine; feel free to compare. The only difference I see is that I have Fink installed. lithium% perl -V Summary of my perl5 (revision 5.0 version 8 subversion 1 RC3) configuration:

Re: Ideas on how to intercept DNS lookup results from PoCo::Client::HTTP?

2005-01-11 Thread misc
You aren't replicating what PoCo::Client::HTTP does if you do the DNS lookup yourself. If you provide an IPv4 address, the component does not do its own DNS lookup. > Hi, > > Is there a relatively easy way to intercept the DNS lookup results from > PoCo::Client::HTTP? I looked through the code an