Re: WELCOME to beginners-cgi@perl.org

2005-04-26 Thread Shu Cao
ke "Accept", "User-Agent", etc.. And I check the CGI.pm module too, seems there is no method to get the unofficial HTTP headers. If you guys know the HOWTO, pls help me. Thank you! BTW, English is not my native language, if I have any syntax or grammar error, pls forgive me:P

About unoffical HTTP headers

2005-04-26 Thread Shu Cao
O, pls help me. Thank you! BTW, English is not my native language, if I have any syntax or grammar error, pls forgive me:P Best Regards, Shu Cao -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>

Re: About unoffical HTTP headers

2005-04-26 Thread Shu Cao
nmentvariables > > Which is (obviously) specifically for Apache. Yes, I'm using Apache, and your solution works! Thank you very much! Best Regards, Shu Cao -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>

Re: About unoffical HTTP headers

2005-04-26 Thread Shu Cao
t side is implemented with the libcurl, and we add some unofficial HTTP headers. Maybe mod_perl has better control of Apache httpd. Best Regards, Shu Cao -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>

Re: Special Characters in CGI textarea

2005-04-28 Thread Shu Cao
: : Is there a standard way to deal with special characters like (r), :(c) etc in a CGI form and store the data in an Oracle database? : If the characters are special to Oracle DBMS, I think Oracle DBMS may provide some functions to deal with it. HTH -- Shu Cao <[EMAIL PROTEC