Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> absolute newbie: perl-cgi+oracle
Hello All,
I am a newbie and need help with this.
I have written the following perl script which works fine:
################################################################!/usr/bin/perl -w
################################################################
When I try to write a perl-cgi script for displaying the results in a
html
page format, it doesn't work. So the following is the cgi script:
###################################################################!/usr/bin/perl -w
<html> <head> <title>Sequence retriever</title> </head> <body>
######################################################################The script fails at the connect statement, because the die statement is shown on the browser window, i.e. I get the statement "Nope. Didn't make it" on the browser window.
![]() |
![]() |