in reply to Win32 CGI breaks STDIN?
Don't forget to use ^Z on Win32 to break out of offline mode.#!/usr/bin/perl -w use strict; use CGI; my $q = new CGI; print $q->header, $q->start_html('hello world'), $q->h1('hello world'), $q->end_html; 1;
Celebrate Intellectual Diversity
|
|---|