1.

What Is Hash In Perl?

Answer»

HASH in basically used to comment the script line.
A hash is and unordered set of KEY/value pairs that you access using strings (keys) as SUBSCRIPTS, to look up the SCALAR value corresponding to a given key.

Hash in basically used to comment the script line.
A hash is and unordered set of key/value pairs that you access using strings (keys) as subscripts, to look up the scalar value corresponding to a given key.



Discussion

No Comment Found