http://qs321.pair.com?node_id=478114


in reply to Re: Starting with Perl
in thread Starting with Perl

I don't think may people here will agree, but i recommend for your first web-app you don't use a templating system and just print HTML statements wherever you need them. This has 2 advantages: As for the inclusion of another perl file:
You can use eval but the better way would be to create a perl module (.pm file) that you can then use.

Replies are listed 'Best First'.
Re^3: Starting with Perl
by mikeraz (Friar) on Jul 26, 2005 at 17:30 UTC

    I second that idea. Do it without a templating system to get a strong viceral sense of why they're such a great thing. Then translate your project into whatever template system you choose. Both experiences, the raw creation and the translation from one system to another, will contribute to your mental toolbox.

    Be Appropriate && Follow Your Curiosity