in reply to Re: Starting with Perl
in thread Starting with Perl
Interesting point and it might be good to know how to include HTML within your Perl, but know there are 3 ways to do that:
However, if you are going to be doing any extensive web stuff, don't discount the templating route too quickly. I use HTML::Template exclusively and love it. It's really *not* like learning a whole new language (coding conventions aren't that extensive and are pretty easy to learn—feels like HTML), and most importantly, you keep HTML and Perl (or any executable server side coding separate. This is expecially important if you are working with non-programming web page designers (like I do every day).
In any case you will want to add CGI to your ammo belt. Take a look at a short course by the Monastery's very own Ovid.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Starting with Perl
by techcode (Hermit) on Jul 26, 2005 at 14:41 UTC |