| Programming C# C++ (7) Delphi (604) Java (8) JavaScript (55) perl (40) mysql (3) perl CGI (3) php (12) VBScript (1) Visual Basic (1) |
Size of a perl associative array (hash)
Question: How can I print the number of elements in my associative array?Answer: You can use the keys operator.
Comments:
|