TStanley has asked for the wisdom of the Perl Monks concerning the following question:
Then a little further down, I send them to a subroutine as references:my %Questions = (); my @Sorter = ();
That is where I receive the error of odd number of elements in my hash assignement.(%Questions,@Sorter) = Load(\%Questions,\@Sorter,$max,$data);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Odd number of elements in hash assignment
by chipmunk (Parson) on Mar 24, 2001 at 01:37 UTC | |
|
Re: Odd number of elements in hash assignment
by TStanley (Canon) on Mar 24, 2001 at 02:04 UTC |