CGI

use CGI:
Include CGI module in perl program
$cgi = CGI->new;
Initialize CGI session
print $cgi->-header
Print HTML header. Mandatory
$cgi->p(“content”)
Output: <p>content</p>

You can put all CGI calls in one print command, separating them with commas

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.