But it's not behaving quite right -- When I point my browser to the perl program, the program pops up in a command prompt window instead of appearing inside the browser. Does anyone know how to fix this?
I have just a vanilla test.pl program,
#!/bin/perl use CGI qw(:standard); print header('text/html'); print "<html>\n<head>\n</head>\n<body>\nhi\n</body>\n</html>\n"; #$x = <STDIN>;
In reply to Perl CGI on Windows 2003? by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |