Oh monks,
I've imported a web page using the get() method from LWP::Simple. Now, I want to replace all relative URLs with absolute URLs (primarily so that image links don't break). I don't want to use lwp-rget, because I don't want to store all the images locally. Can someone help me?
humble thanks.