tachyon@perlmonk>cat basic.pl #!/usr/bin/perl print "Content-type: text/html\n\n"; print "1"; tachyon@perlmonk>