Help for this page

Select Code to Download


  1. or download this
    # If the perl module is installed, this will be enabled.
    <IfModule mod_perl.c>
    ...
        Options +ExecCGI
      </Location>
    </IfModule>
    
  2. or download this
    #!/usr/bin/perl -w
    $|=1;
    ...
    print "$cd\n";
    my $ed = Time::HiRes::time();
    print "took=".($ed-$st)."</pre>";