in reply to Is there any Perl Module to handle HTML Pages
What do you mean by "Handling HTML Pages"?
If you want to create HTML pages, then most people would recommend that you use a templating module like the Template Tookkit, Mason or HTML::Template. Alternatively CGI.pm has many functions for creating individual HTML components.
If you want to parse an HTML page then use HTML::Parser or one of its subclasses.
Or did you mean something else?
"The first rule of Perl club is you do not talk about
Perl club."
-- Chip Salzenberg
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Is there any Perl Module to handle HTML Pages
by Tester (Initiate) on May 19, 2006 at 09:12 UTC | |
by davorg (Chancellor) on May 19, 2006 at 09:22 UTC | |
by dorward (Curate) on May 19, 2006 at 09:24 UTC |