in reply to Is perl a good choice for CGI ?
I'd recommend you look at O'Reilly's CGI Programming with Perl as a starting point. It's pretty basic, but thorough.
(CGI is used for receiving input from users, LWP for sending and requesting pages).
If you need to parse a lot of HTML, check out HTML::Parser, and The Perl Journal article about it in the current issue. (pay subscription) (Article is recommended, because the HTML::Parser documentation assumes you know what it does and how)
|
|---|