Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Now what? I think the results are in "$p" but how do I get at them?use HTML::Parser (); # Create parser object $p = HTML::Parser->new( ); $p->parse_file("default.htm");
-- Deck
2005-01-02 Edited by Arunbear: Changed title from 'how do I read the output of a method?', as per Monastery guidelines
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
•Re: Getting parsed text from an HTML::Parser object
by merlyn (Sage) on Jan 01, 2005 at 03:58 UTC | |
|
Re: Getting parsed text from an HTML::Parser object
by jbrugger (Parson) on Jan 01, 2005 at 10:13 UTC | |
by Mr. Muskrat (Canon) on Jan 01, 2005 at 17:22 UTC | |
by jbrugger (Parson) on Jan 01, 2005 at 19:10 UTC |