in reply to Re: Re: replace relative links with absolute links
in thread replace relative links with absolute links

HTML::LinkExtor is for extracting links, not altering HTML content. It's definetly the wrong tool for this job. HTML::Parser or HTML::TokeParser::Simple is what you'd wanna use here.

update: here are some relevant links


MJD says you can't just make shit up and expect the computer to know what you mean, retardo!
** The Third rule of perl club is a statement of fact: pod is sexy.

  • Comment on Re: Re: Re: replace relative links with absolute links