in reply to Trouble passing a hash to a module
$little_test_hash_ref = %little_test_hash;
You should reference the hash with \%...
$little_test_hash_ref = \%little_test_hash;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Trouble passing a hash to a module
by holli (Abbot) on Aug 27, 2019 at 21:49 UTC |