Re: [users@httpd] RE: access website or webpage not work

2002-12-13 Thread Bill Moseley
On Fri, 13 Dec 2002, martin f krafft wrote: > also sprach eric lin <[EMAIL PROTECTED]> [2002.12.13.0434 +0100]: > > use CGI ':standrard'; > > this seems to be the problem.. a typo. > > > print "Content-type: text/html\n\n"; > > \r\n\r\n is the standard. Yes, but that print statement is to the

Re: [users@httpd] RE: access website or webpage not work

2002-12-13 Thread martin f krafft
also sprach eric lin <[EMAIL PROTECTED]> [2002.12.13.0434 +0100]: > use CGI ':standrard'; this seems to be the problem.. a typo. > print "Content-type: text/html\n\n"; \r\n\r\n is the standard. -- Please do not CC me! Get a proper mailer instead: www.mutt.org .''`. martin f. krafft <[EM

Re: [users@httpd] RE: access website or webpage not work

2002-12-13 Thread martin f krafft
also sprach sean finney <[EMAIL PROTECTED]> [2002.12.12.2329 +0100]: > please look again at the top line of your simple perl script :) i think you are being put off by sanitizer, which changed the script on the mail server (diamond.madduck.net) before forwarding it to you. just to be safe, you kno

Re: [users@httpd] RE: access website or webpage not work

2002-12-12 Thread sean finney
On Thu, Dec 12, 2002 at 10:37:42PM -0700, eric lin wrote: > my path have /usr/bin and perl is in it > it still not work > > please help again please look again at the top line of your simple perl script :) sean msg18753/pgp0.pgp Description: PGP signature

Re: [users@httpd] RE: access website or webpage not work

2002-12-12 Thread eric lin
; Sent: Thursday, December 12, 2002 10:34 PM Subject: Re: [users@httpd] RE: access website or webpage not work Dear Boyle: i tried to put a simple perl file in my /usr/lib/cgi-bin/entrance.pl #!/usr/local/bin/perl use strict; use CGI ':standrard'; print "Content-type: te

Re: [users@httpd] RE: access website or webpage not work

2002-12-12 Thread eric lin
Dear Boyle: i tried to put a simple perl file in my /usr/lib/cgi-bin/entrance.pl #!/usr/local/bin/perl use strict; use CGI ':standrard'; print "Content-type: text/html\n\n"; foreach my $name (param()) { my @cpu=param($name); print "The field with the NAME attribute euual to $n