Hi, Perl 'normally' works by embeddeding your HTML into a Perl cgi program.
Embedding Perl into HTML (the otherway around to the above) is achieved by add ons (normally via mod_perl). Please see the below URL. http://perl.apache.org/#appservers EmbPerl is mentioned quite a popular embedding method. regards Joel -----Original Message----- From: GreenLight [mailto:[EMAIL PROTECTED]] Sent: 21 March 2002 18:04 To: [EMAIL PROTECTED] Subject: How do I config to get a Perl script to execute? I am a newbie to Perl CGI scripting, but not to Perl or server-side scripting in general. I have used PHP extensively, and it is embedded in the HTML like this: <?PHP (write your PHP code here) ?> How do I get a page based on Perl to work? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]