hash keys
[email protected] (beast)
| Newsgroups | perl.beginners |
|---|---|
| Message-ID | <[email protected]> |
Hi All,
Why this following code has not working as expected?
print "Number of element(s) : " . sprintf("%10d", keys(%hash) ) . "\n";
Thanks.
--budhi