I'm trying to create an array of hashes with hash names that are simply "user1", "user2", "user3", etc. How do I use this method when adding one of the hashes to the array?
my $user = "user" . $i; (build hash...) push @userData, hash Would it be %$user? %{$user}? Some other variation on that theme? Mathew -- Keep up with me and what I'm up to: http://theillien.blogspot.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/