in reply to Re^5: Extract CSS + JS + Image URLs from a HTML page?
in thread Extract CSS + JS + Image URLs from a HTML page?

Thanks Andy

Also I am sure you have thought of this but you might want to pass those links through 'HTML::Miner::get_absolute_url'

  • Comment on Re^6: Extract CSS + JS + Image URLs from a HTML page?

Replies are listed 'Best First'.
Re^7: Extract CSS + JS + Image URLs from a HTML page?
by ultranerds (Hermit) on Jan 28, 2011 at 11:07 UTC
    Hi,

    Good point =) Was just trying to get the basics going first, and then once I start looking at it more tonight, I'll look more in detail regarding how it works with relative URLs etc :)

    Thanks for such a cool modules - saved me ages trying to work out the code to do the same thing ;)

    Andy
Re^7: Extract CSS + JS + Image URLs from a HTML page?
by ultranerds (Hermit) on Jan 28, 2011 at 17:09 UTC
    BTW, another thing I just noticed (no biggie ;))

    You have this in your code: "Reletive" ... should be "Relative" :)