johnpat123 has asked for the wisdom of the Perl Monks concerning the following question:
$xxx = "$DBNAME,$USERNAME,$PROFILE";
#while (my ( $DBNAME,$USERNAME,$PROFILE )=$sth->fetchrow())
while (my ( '$xxx' )=$sth->fetchrow())
{
....
thanks!
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: oracle connection
by Eliya (Vicar) on Jun 01, 2012 at 18:00 UTC | |
by Corion (Patriarch) on Jun 01, 2012 at 18:04 UTC | |
by Eliya (Vicar) on Jun 01, 2012 at 18:34 UTC |