in reply to Win32::ODBC results in hash
Notice that the first one uses curly braces {}, but the second and third ones use standard parens.%hash{$key} = $value; or %hash = ( $key => $value); another one: %hash = ('$key1','$value1','$key2','$value2');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Win32::ODBC results in hash
by drodinthe559 (Monk) on Mar 22, 2010 at 19:19 UTC | |
by sierpinski (Chaplain) on Mar 22, 2010 at 19:23 UTC |