- or download this
#!/usr/bin/perl
print "content-type: text/html \n\n";
print "Hello, PERL!";
- or download this
use strict;
use warnings;
use CGI;
- or download this
#!/usr/bin/perl
...
#########################################
#Comments start with a #
#########################################
- or download this
C:\temp>perl -le "print 7 ge 11"
1