From: "David Allender" <[EMAIL PROTECTED]>
Hey all, Ive been searching around the net and the web and can't
really find anything, so here goes...
I'm in sort of a dilemma, what I have is a HTML file "archive.html"
and a "build.html"
what i want to do, is get the body of the "build.html" and put it
where the body starts in "archive.html". Anyone have any ideas of
creating a script to do this?
Also,
Would there be a way for me to postpend "archive.html" to another page
like "form.html". Basically the archive has all the previous
instances of the form, and for the user to see the previous ones, they
just scroll down(after the submit button) and see the previous
"forms". I'd appreciate any help, thanks.
I think you need to use a templating system. Search with search.cpan.org for
"Template".
Template-Toolkit is a very complex one, and HTML::Template is a very simple
one.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/