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