Re: How to get output on the webbrowser ?

Christoph Wernli (cw@dwc.ch)
Wed, 1 Jul 1998 19:41:54 -6000


On Wed, 1 Jul 1998, Andreas Laufer wrote:

> #!usr/bin/perl -w
   ^^

You're probably missing a slash (/) here.

> How can I get the output from the script in a webbrowser when I start it
> from the browser like http://my_server/cgi-bin/text.pl

Try 'perldoc CGI'.

HTH, -werns