
kojr
Novice
Dec 5, 2001, 7:43 AM
Post #1 of 1
(2294 views)
|
|
Using of FoxServ
|
Can't Post
|
|
Just want to know anyone use FoxServ....with pl This is my script #!c:\FoxServ\perl\bin\perl.exe ## ## printenv -- demo CGI program which just prints its environment ## print "Content-type: text/html\n\n"; foreach $var (sort(keys(%ENV))) { $val = $ENV{$var}; $val =~ s|\n|\\n|g; $val =~ s|"|\\"|g; print "${var}=\"${val}\"\n"; } Definitly, FoxServ is in directory.. under it I got -apache -pnp -pyphon -perl -Mysql I then run http://localhost/cgi-bin/printenv.pl It is just unwork.... any idea and how I view log... Thanks
|