in reply to Re^5: appending to html at beginning (don't use CGI)
in thread appending to html at beginning
I completely agree with this sentiment. Also, it is not the case that CGI.pm is the only pure CGI game in town. I would recommend one of the smaller modules which does not come with the baggage of HTML-generating code as a better place to start. Take your pick from: CGI::Minimal, CGI::Lite, CGI::Simple or even the old CGI::Thin. Any of these would be a gentler introduction than Plack and will be much faster to run in a traditional CGI environment (of which plenty still exist, BTW).
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^7: appending to html at beginning (don't use CGI.pm)
by haukex (Archbishop) on Feb 03, 2017 at 18:49 UTC | |
by hippo (Archbishop) on Feb 04, 2017 at 11:34 UTC | |
by Your Mother (Archbishop) on Feb 27, 2017 at 13:38 UTC | |
by hippo (Archbishop) on Mar 02, 2017 at 23:55 UTC | |
by Your Mother (Archbishop) on Mar 03, 2017 at 04:14 UTC | |
| |
by Anonymous Monk on Mar 03, 2017 at 01:23 UTC | |
| |
by haukex (Archbishop) on Feb 04, 2017 at 13:15 UTC |