summarylogtreecommitdiffstats
path: root/sample_perl.cgi
blob: 9398fc772737064ab8dfcd6c33530b36eb635aae (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/perl

print "Content-type: text/html\n\n";
print <<htmlcode;

<html>
<body>
<h2>CGI Perl Example</h2>
</body>
htmlcode