in reply to (jeffa) Re: How to assign a hash from an array?
in thread How to assign a hash from an array?
Won't work.
You'll need to typeuse Data::Dumper; print Dumper(\%hash);
Furthermore recent postings have indicated that use of the special variables for sort, $a and $b, gets in the way of DWIM and should best be avoided for general use.
---
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(jeffa) 3Re: How to assign a hash from an array?
by jeffa (Bishop) on Mar 11, 2002 at 15:08 UTC |