On 5/20/05, Craig Nock wrote:
>
> I would like to have this ?template? outside of my script, so this can
> change without the script changing (it will become an executable).
> I'm new to Perl and not sure of where to start looking for this
> functionality, and sure that someone else will have solved this problem
>

There are many templating systems used in Perl. New ones are
constantly being invented :-)
My favourite is HTML::Template -
http://search.cpan.org/dist/HTML-Template/Template.pm

Don't be alarmed by the "HTML" part, this is a general templating
solution, can be used for any problem where a template is needed.

HTH,
-- 
Offer Kaye

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to