in reply to Re: How to embed Perl in HTML
in thread How to embed Perl in HTML

Well, I what I am saying is is there some way to put a Perl form in an HTML document instead of accessing it through the Command Prompt, and if there is - how do I do it?

Replies are listed 'Best First'.
Re^3: How to embed Perl in HTML
by anneli (Pilgrim) on Oct 14, 2011 at 02:54 UTC

    Aha. As others have suggested, the answer is CGI, mod_perl, or .. well, anything involving a web server, basically. HTML can't execute code (apart from perhaps client-side scripts, but AFAIK there's no client-side Perl interpreter (around)), but a web server can!

    Best of luck. Let us know if we can help you any further with this.

    Anne

Re^3: How to embed Perl in HTML
by Anonymous Monk on Oct 14, 2011 at 03:15 UTC