rafit has asked for the wisdom of the Perl Monks concerning the following question:
What is the meaning of the code above? What does it do? Where is it defined? Can it be done faster? The only thing like a definition I have seen so far is in HTTP::Message$uri = $HTTP::URI_CLASS->new($uri, $self->daemon->url);
Any help will be appreciated. Sorry, I have not been successful on CPAN. May be a guru out here can help. Best Regards, solomon.$HTTP::URI_CLASS ||= $ENV{PERL_HTTP_URI_CLASS} || "URI";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Delay In HTTP::Proxy
by perrin (Chancellor) on Aug 27, 2008 at 18:24 UTC | |
|
Re: Delay In HTTP::Proxy
by Corion (Patriarch) on Aug 28, 2008 at 06:19 UTC | |
|
Re: Delay In HTTP::Proxy
by rafit (Initiate) on Aug 28, 2008 at 08:27 UTC |