#!/usr/bin/perl
print "Content-Type: text/html\n\nWe have ignition!"
#!/usr/bin/perl
use CGI ':standard';
print header(), 'Engage CGI';
#!/usr/bin/perl
use CGI ':standard';
use CGI::Carp qw(fatalsToBrowser);
print header(), 'Enterprise You are clear to go with Carp';
print "Roger Houston testing Carp with typo now
etc