If you do: perl -e 'print scalar @INC' (or any other array) you get the number of elements in the array. Fair enough.
However, if you do: perl -e 'print scalar %ENV' (or any other hash) you get something along the lines of 42/64.
I'm confused. Can anyone tell me what this means?
It's not the number of keys/something 'cause perl -e 'print scalar keys %ENV' gives me 53 on the same %ENV.
In reply to print scalar %hash... erm by pileswasp
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |