Re: Perl, Oracle, and a browser
Date: Mon, 03 Dec 2001 06:36:18 GMT
Message-ID: <C3FO7.70584$z8.10769362_at_news02.optonline.net>
Strange...your return email address...
[Quoted] seems to me any answers are gonna get mixed
with your spam and get deleted...oh well...
Anyway...oracletool.com has an open source Perl/Oracle project...I guess Perl junkies can learn a lot.
Robert Chin
>Yurasis Dragon wrote:
>
> I'm playing with Perl and DBI and Oracle DBD and have
> been able to get my Perl script read an Oracle database
> and output the results at the command line.
>
> However, once I put the script in the cgi-bin and try to
> run it from a browser, I get not output ( can't remember
> the exact message, sorry ).
>
> I dug around a little more and found that I need to add
> something like :
>
> print "Content-type: text/plain\n\n" ;
>
> So I added that code ... but still no output to a browser.
Received on Mon Dec 03 2001 - 07:36:18 CET