in reply to
Delay In HTTP::Proxy
It looks like it creates a URI object, but for it to take 7 seconds it must be calling some code that does network or disk activity. You should run
Devel::NYTProf
on it and see where the time is going.
Comment on
Re: Delay In HTTP::Proxy
In Section
Seekers of Perl Wisdom