in reply to Perl Code in HTML
I think you ought to look at the CGI Programming section of the web programming tutorials.
You can definitely add this functionality to your website, but it's not likely that you will be adding Perl code into an HTML page. You need to set up your Perl script to output the entire web page. Another option is to use Server Side Includes.
Update: You can embed Perl in text files using ePerl if you really want to, but I'm not sure how well (if at all) that package works.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl Code in HTML
by perrin (Chancellor) on Jan 29, 2009 at 17:49 UTC | |
by Anonymous Monk on Jan 29, 2009 at 18:59 UTC | |
by perrin (Chancellor) on Jan 29, 2009 at 19:29 UTC | |
by Lawliet (Curate) on Jan 29, 2009 at 19:48 UTC | |
by perrin (Chancellor) on Jan 29, 2009 at 20:38 UTC | |
|