in reply to Re^2: Mojo::URL returns incorrect absolute path
in thread Mojo::URL returns incorrect absolute path
I need to use the dom for the links, don't I?
You say there is a problem with Mojo::URL , that it returns incorrect absolute path , meaning my $link = Mojo::URL->new($e->{href}); gives you the wrong thing
So as employ Basic debugging checklist , How do I post a question effectively?, to test your hypothesis :)
use Data::Dumper, dumper the href, and lets see what it does
You think Mojo::URL is a proble, fantastic, lets check
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Mojo::URL returns incorrect absolute path
by Anonymous Monk on May 17, 2013 at 04:21 UTC | |
by mr_p (Scribe) on May 17, 2013 at 14:36 UTC | |
by Anonymous Monk on May 17, 2013 at 19:48 UTC |