#! /usr/bin/perl -wT use CGI qw(:standard); use CGI::Carp qw(warningsToBrowser fatalsToBrowser); use strict; # generate the begining of the web page. my $title = "CSGA 5030 Project 3: Arithmetic Drilling"; print header, "\n"; print start_html($title), "\n"; print h1($title), "\n"; #print < $a $op $b = EndHTML