![]() |
|
Syntactic Confectionery Delight | |
PerlMonks |
Parsing html snippet, help appreciated.by hesco (Deacon) |
on Sep 29, 2012 at 19:54 UTC ( #996419=perlquestion: print w/replies, xml ) | Need Help?? |
hesco has asked for the wisdom of the Perl Monks concerning the following question: This script is intended to parse the Membership Management page in the mailman administrative interface in order to harvest the name and email address of each subscriber. Using HTML::TableExtract in text mode, by commenting out the tree importation, gives me access to the the email address of each subscriber. But as shown in the sample at the bottom of the script, I am unable to extract the name from the html form input tag where it exists as the default value for the text box. I have found no documentation for how to extract the raw html so I can parse it myself, but uncommenting the importation on line 4, will give me access to objects which presumably include that data but which so far seem inpenatrable. Can anyone please advise how I move past stuck on this project?
Please see comment below for final solution. Thanks, -- Hugh Esco
if( $lal && $lol ) { $life++; } if( $insurance->rationing() ) { $people->die(); } Vote Jill Stein on November 6th!
Back to
Seekers of Perl Wisdom
|
|