#!/usr/bin/perl
#
# Perl CGI program.
# Create an HTML table with powers of 2
# send required HTTP response header and blank line.
print "Content-type: text/html\n\n";
# send HTML document head
print "
Powers of 2\n";
print "\n";
# Create a table
print "