in reply to Using URI::URL
I think that should work, but it hasn't been tested. You may be able to use print LINKS "$url\n"; but I can't tell from the documentation if it is the same thing.$url = new URI::URL $links, $content->base(); print LINKS $url->as_string(), "\n";
|
|---|