Personally I still find CGI easier for simple cases like your example
# example from the CGI docs use CGI; # load CGI routines $q = CGI->new; # create new CGI object print $q->header, # create the HTTP header $q->start_html('hello world'), # start the HTML $q->h1('hello world'), # level 1 header $q->end_html; # end the HTML
In reply to Re: Embeding Perl in HTML the PHP way
by RichardK
in thread Embeding Perl in HTML the PHP way
by heatblazer
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |