Hi,
my sql query is select a,b ....
and the code to store the results in stach is :
my @stach;
while( my @ary=$sth->fetchrow_array()) {
push @stach, [EMAIL PROTECTED] ;
}
and this doesn't work if I look at @stach there are
only ARRAY(0x81cff60) in the two columns of @stach.
Can you help me plz?
Thank you.
H�strusk och gr� moln - k�p en resa till solen p� Yahoo! Resor p� adressen
http://se.docs.yahoo.com/travel/index.html
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>