I need to know what tags to use to put a perl script in my HTML code. How might I do this? PERL is one of those languages that slipped my mind so i never learned, meh, that's what you guys are here for, to help me, and only meeeeeeee!

I need to know what tags to use to put a perl script in my HTML code. How might I do this? PERL is one of those languages that slipped my mind so i never learned, meh, that's what you guys are here for, to help me, and only meeeeeeee!

Suzanne posted this at 16:59 — 15th May 2004.
She has: 5,512 posts
Joined: Feb 2000
You don't generally insert a perl script, however you can call it and display the results with shtml includes. Your pages will need to be .shtml
For this reason, most people prefer to us .pl and have the Perl script run the whole page.
love me, love my brain :: iStockphoto portfolio
Suzanne posted this at 17:00 — 15th May 2004.
She has: 5,512 posts
Joined: Feb 2000
(and it's Perl, not PERL)
TargetZion posted this at 15:30 — 22nd May 2004.
He has: 76 posts
Joined: Mar 2004
Yeah, I knew that... I was just lazy... lol
s0da posted this at 17:41 — 15th May 2004.
He has: 159 posts
Joined: Mar 2004
http://www.cgi101.com/book/ch8/
http://httpd.apache.org/docs/howto/ssi.html