On Wed, 8 Sep 2004, William McKee wrote:
On Wed, Sep 08, 2004 at 06:56:37PM +0300, Octavian Rasnita wrote:Is there a way to embed Perl programs in html like PHP can do? I heard that Perl can be used in ASP files, but I am wondering if there is an Apache module for that task.
Check out Apache::ASP[1]. ASP is a technology, not a language. ActiveState used to make PerlScript which can be used in Win* with ActiveScripting or ASP solutions. I don't use it so don't know the current status.
Be aware though that Apache::ASP doesn't seem to be used nearly as widely as some of the other template frameworks. If you actually, literally need ASP support, then it is your best bet, but if not you'll probably find much more mature software and much broader support if you decide to go with something like Mason or Template Toolkit instead.
-- Chris Devers
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>