If you have a somewhat large hash to store, is a normal hash a better solution or an annoymous hash? That is
Any difference in speed or performance? Or is it just a matter of preference?my %hash = ( one => "it's a one", two => "it's a two", ); my $hashref = { one => "it's a one", two => "it's a two", };
Hope to hear from you soon and thanks in anticipation :)
In reply to Anonymous or normal hashes? by kiat
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |