in reply to How to display text in IE?
to your programs. All print statements after this will go to the browser, so you'll need to decorate your output with appropriate HTML tags in order to make it look right.use CGI qw(:standard); print header;
You will also need a webserver in order to make this work. See http://www.apache.org for an excellent free webserver which runs on most platforms.
|
|---|