##
use strict;
use warnings;
use CGI;
####
#!/usr/bin/perl
print "Content-type: text/html \n\n"; # the header
#########################################
#Comments start with a #
#########################################
####
C:\temp>perl -le "print 7 ge 11"
1