in reply to Can't find string terminator "end_of_html" anywhere before EOF at jsdisp.cgi line 37.
2) Have a look at tools such as HTML::Mason and Template::Toolkit. These are well proven modules for doing web programming quick and effectively.use CGI qw/ :all /; ... print start_html(-title=>'Job Status Display Page'), 'Select year and month.', br(), p( a({href=>"/jsdisp.html"}, "Back") ), end_html(), "\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Can't find string terminator "end_of_html" anywhere before EOF at jsdisp.cgi line 37.
by bradcathey (Prior) on Aug 15, 2005 at 13:27 UTC | |
by Roger (Parson) on Aug 15, 2005 at 13:31 UTC | |
|
Template::Toolkit Vs. Template-Toolkit
by dorward (Curate) on Aug 15, 2005 at 19:54 UTC |