Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Data returned from Win32::ODBC

by snax (Hermit)
on Oct 15, 2003 at 20:35 UTC ( [id://299541]=note: print w/replies, xml ) Need Help??


in reply to Data returned from Win32::ODBC

You've got this:
print "$data('server_name')\n";
but you want this:
print "$data{'server_name'}\n";
(you can leave off the single quotes, too, if you'd like).

Can you see the difference? Sometimes those curly brackets don't always look like curly brackets :)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://299541]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (6)
As of 2024-04-16 20:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found