#!/usr/local/bin/perl use Cwd (); print "Content-Type: text/html\n\n"; print "\n"; print "hello

\n"; if(-f "D:/Integral/wwwroot/cgi-bin/hello.pl"){ print "file found"; }else{ print "file not found"; } print "die uebergebenen Daten sind:


\n"; print $ARGV[0]; foreach $i (keys(%ENV)) { $r = $ENV{$i}; print "$i = $r
\n"; } $x = &getcwd(); print "x = $x\n";