I use the oracle driver to retrieve data from my database. You should download and
install it along with DBI.
#!/usr/local/bin/perl
use strict;
use DBI;
my $statement = "SELECT * from table";
my $dbh = DBI->connect('dbi:Oracle:host=hostname;sid=mysid','username','password') or
die "could not
change the line
print "Yeeehaaa: $_ \n";
to
print "Yeeehaaa: $SNR_LOG \n";
and it will work fine.
-Original Message-
From: Theuerkorn Johannes [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 09, 2002 8:10 AM
To: '[EMAIL PROTECTED]'
Subject: how to print out a variable if theres a . in it?
You will need to set your $ORACLE_HOME
$ORACLE_HOME = "/path/to/oracle";
-Original Message-
From: Naser Ali [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 05, 2002 9:32 AM
To: '[EMAIL PROTECTED]'
Subject: CGI and Oracle Question,
Hello Everyone,
I am trying to access Oracle database ob