Re: Dealing with Uninitialized values in an array and DBI?

2005-10-01 Thread Jeff 'japhy' Pinyan
On Oct 1, Crayola said: Use of uninitialized value in concatenation (.) or string at ./audit-logs.pl line 98. Which line that you've shown us is line 98? The code is below. my $oth = $oracledbh-prepare (select * from sys.aud\$ where timestamp\# ? ); While the '$' does need a

Dealing with Uninitialized values in an array and DBI?

2005-09-30 Thread Crayola
I am querying a table within an oracle database and extracting a ton of rows using DBI. Unfortunately.. several of the columns in this table will occasionally be undefined. Hence the resulting array from a fetchrow_array occasionally has undefined values in it. I am taking this array and pumping