Why did I say CGI? I meant DBI.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
mel book. I love Perl humor )
At 12:25 PM 3/6/02 -0800, you wrote:
> >>>>> "Derrick" == Derrick Wippler <[EMAIL PROTECTED]> writes:
>
>Derrick> Can anyone tell me why " print $rec->[4] " prints
>Derrick> but print "$recs[0]-&g
ensional array I've built sense upgrading to
Perl 5.6.1
Anything change that I don't know about ?
>At 05:11 PM 3/6/02 +0100, you wrote:
>>Derrick Wippler wrote:
>> >
>> > Can anyone tell me why " print $rec->[4] " prints
>> > but print &q
Can anyone tell me why " print $rec->[4] " prints
but print "$recs[0]->[4] does not print a thing ?
I've confimed the data, the first row in the fourth column is an "F"
$rec->[4] prints it, but $recs[0]->[4] does not !!! ARG @#@!#!!!@@!!@!!
PS: I'm using DBI, my DBI object is $db
my