Re: Grabbing HTML fields, return them as hash

2014-06-10 Thread Christopher Brenk
There is one mojocast episode online presenting some useful functionality of the mojolicious DOM inspector: http://mojocasts.com/e5 (See the timeline under the video.) Beside the DOM inspector, mojolicious can be used as a modern realtime webframework to develope websites and webapps. I don't

Grabbing HTML fields, return them as hash

2014-06-09 Thread Mike
Hello everyone. Can anyone point me in the direction of a module that will allow me to grab HTML fields and return them as a hash? Thanks. -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/

Re: Grabbing HTML fields, return them as hash

2014-06-09 Thread Hao Wu
http://mojolicio.us/perldoc/Mojo/DOM not exactly what you want, but it is good to use. On Mon, Jun 9, 2014 at 12:25 PM, Mike ekimduna...@gmail.com wrote: Hello everyone. Can anyone point me in the direction of a module that will allow me to grab HTML fields and return them as a hash?