If I run the follwoing it works fine:
while ($data = $sth->fetchrow_hashref) {
print $data->{projName};
}
But if a run it with a field that starts with a number I
get an error:
while ($data = $sth->fetchrow_hashref) {
print $data->{5yNetFinBenef};
}
How do I get around this???
Thanks,
~Donavon
[EMAIL PROTECTED]
__________________________________________________
Do You Yahoo!?
Yahoo! Sports - sign up for Fantasy Baseball
http://sports.yahoo.com
