in reply to Re: \n won't work?!
in thread \n won't work?!

Thanks a lot guys :)

If I am to learn more about Perl, would you suggest that I use CGI.pm, or do more coding by myself? Is CGI.pm very popular?

Replies are listed 'Best First'.
Re: Re: Re: \n won't work?!
by dbp (Pilgrim) on Dec 29, 2002 at 08:08 UTC
    CGI.pm is definitely the way to go for web/cgi programming; for an explanation of why see use CGI or die;. But Perl is a rich language and is useful for a lot more than web-automation and cgi programming involves a lot of little (often annoying) details that may hamper your ability to learn the fundamentals of the language. I'd suggest picking up a good general Perl book, such as The Camel, and an introductory text like Learning Perl if you are really interested in learning Perl. Even if all you want to do is web programming, a general understanding of the language will serve you well.