in reply to Re: Re: error management...
in thread Newbie error management question
But he is using CGI, check at the start of the code.print "Content-type: text/html\n\n";
Now I am going to have to look a little closer#!/usr/bin/perl -w # NEEDED Variables $basedir = "/home/**/**"; $linkscgi = "http://www.foo.cgi"; # use form to get the data use CGI qw(:standard); $query = new CGI;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: error management...
by Sifmole (Chaplain) on May 15, 2001 at 23:00 UTC | |
by ar0n (Priest) on May 15, 2001 at 23:06 UTC |