Forum Moderators: coopster & phranque

Message Too Old, No Replies

Is there a way to include perl script in an HTML page?

         

dreaming of nascar

5:45 pm on Feb 10, 2003 (gmt 0)

10+ Year Member



I have been creating cgi scripts and being new at it I am sure that I am not doing it the most efficient way. I have several different scripts that display my products fine, but when I have to add another page it is very time consumin and frustrating. I have the header and footer for my pages in all of my scripts and it just seems crazy and inefficient to do it this way. I am sure that there is just something that I haven't learned yet. If anyone could help me with this issue I would greatly appreciate it. Thanks!

dreaming of nascar

andreasfriedrich

5:54 pm on Feb 10, 2003 (gmt 0)

incywincy

6:28 pm on Feb 10, 2003 (gmt 0)

10+ Year Member



i also found this useful

[bignosebird.com ]

seindal

7:55 pm on Feb 10, 2003 (gmt 0)

10+ Year Member



There are several different ways of embedding perl in HTML. You can find them all at CPAN.

My favourite is HTML::Mason, which is a very structured approach. Have a look at [masonhq.com...] . You find a list of basic features at [masonhq.com...]

HTML::Mason has become the basis of every web-site I make, if I'm allowed to decide.

René.