Help for this page

Select Code to Download


  1. or download this
    %which perl
    %whereis perl
    
  2. or download this
    #!/perl/is/here/perl -w
    use strict;
    ...
    my $q = new CGI;
    print $q->header();
    print "<b>Howdy!</b>";