On 6/6/05, Thomas Bätzler wrote:
> 
> Off the top of my head I'd say that when parsing the links on
> the page you requested, WWW::Mechanize creates an URI object for
> each link that is found. The URI class is subclassed by the URI
> request scheme (i.e. URI::http, URI::nttp, ... ) and the needed
> subclass is loaded dynamically by URI.pm:
> 

Cool, I didn't know that :)
Thanks for the great explanation Thomas, I was wondering why W::M was
looking for something called URI::javascript, you answered that
perfectly.

As a side issue, I tried running the failing script using Devel::ebug
and could not quite reproduce this issue. I'm using the latest
Devel::ebug version (0.43). Has anyone had any success using this
module for debugging work?

Cheers,
-- 
Offer Kaye

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to