will be false iff the hash is empty. Assuming the hash won't be empty after it is loaded, that should do the job.if (keys(%BigHash))
Update: moritz is right
should do the same job.if (%BigHash) {
In reply to Re: lazy creation of a hash
by jpl
in thread lazy creation of a hash
by John M. Dlugosz
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |