Hi, Suppose I have a huge hash. when I write my $n= keys %hash;
Will it consume time and RAM for building the unneeded list (before taking the size from it), or will it return the size immediately ? If it does cost me a lot, can I optimize it ? Yossi
_______________________________________________ Perl mailing list [email protected] http://mail.perl.org.il/mailman/listinfo/perl
