RE: beginning question for cgi

2004-07-05 Thread Charles K. Clarkson
Xiangli Zhang <[EMAIL PROTECTED]> wrote: : Hi,all: : : Can anybody help me the question? : : I am using apache 2.0 in redhat 9.0. I put my perl : cgi script under var/www/cgi-bin : : my souce code(simple.cgi) : : #!/usr/local/bin/perl : use CGI qw/:standard/; : print header(), : start_h

perl.beginners.cgi Weekly list FAQ posting

2004-07-05 Thread casey
NAME beginners-faq - FAQ for the beginners-cgi mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your email addres

Re: beginning question for cgi

2004-07-05 Thread Craig
try running the script from the command line also use -w - Original Message - From: "Xiangli Zhang" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, July 04, 2004 10:37 AM Subject: beginning question for cgi > Hi,all: > > Can anybody help me the question? > > I am using apach