while (my @usr = $stu->fetchrow_array)
{
foreach ( @usr ) {print STROUT $_ . "\t"}
}
I am getting a weird error msg complaining about the print statement having 'unintialized value $_ in concatenation <.> or string'
$stu->fetchrow_array returns query results, and the code tries...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.