Nik
has asked for the wisdom of the Perl Monks concerning the following question:
Itc a CGI script. My webpage is locates at http://www.nikolas.tk and the index file is not a index.html but an index.pl
Problem is that i have both the web interface and the stuff iam doing with it in asingle file(index.pl).
I just want to know if its better to separate Perl code and maybe design the interface with Dreamweaver for example.
The question is if the the 2 things will be able to cooperate in somw way.
Comment on
Web interface and index.pl separated?
Replies are listed 'Best First'.
Re: Web interface and index.pl separated?
by
dragonchild
(Archbishop)
on Apr 13, 2005 at 19:45 UTC
Use a templating system. Both
HTML::Template
and
Template Toolkit
work with Dreamweaver.
My wife's blog
[reply]
A reply falls below the community's threshold of quality. You may see it by logging in.
Back to
Seekers of Perl Wisdom