in reply to hash parameter question
and earlier on you hadsub find_deletion_candidates { my $users=shift; my %users = %{$users} #etc }
Good luck!my $users = { %some_complicated_hash }; find_deletion_candidates($users);
UPDATE: Changed "you have to" to "it is a lot easier to" after chromatic's reply.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: hash parameter question
by chromatic (Archbishop) on Dec 12, 2005 at 23:04 UTC | |
by tphyahoo (Vicar) on Dec 13, 2005 at 09:33 UTC |