in reply to Using HTML Modules to parse a file and extract relevant data?

I've made a working example for you. Chek it out: https://gist.github.com/alexbyk/11333279

You can rewrite it for you own needs. See:
https://metacpan.org/pod/Mojo::DOM::CSS#SELECTORS
https://metacpan.org/pod/Mojo::DOM

  • Comment on Re: Using HTML Modules to parse a file and extract relevant data?

Replies are listed 'Best First'.
Re^2: Using HTML Modules to parse a file and extract relevant data?
by Your Mother (Archbishop) on Apr 27, 2014 at 05:57 UTC

    ++ It would probably be better, in the interests of future continuity, to put the code here and enclose it in <readmore/> tags if you feel it’s longish for a post. I love gists too but splitting the narrative, as it were, doesn’t work online for long.

      Thanks for the advise. Got it)
Re^2: Using HTML Modules to parse a file and extract relevant data?
by vishwasu89 (Initiate) on Apr 27, 2014 at 20:37 UTC

    Thanks!