in reply to Data returned from Win32::ODBC
but you want this:print "$data('server_name')\n";
(you can leave off the single quotes, too, if you'd like).print "$data{'server_name'}\n";
Can you see the difference? Sometimes those curly brackets don't always look like curly brackets :)
|
|---|