Intel® Business Client Software Development
Support for Intel® vPro™ software development and technologies associated with Intel vPro platforms.

hash in perl?

ali0482
Beginner
311 Views
What is hash in perl?
0 Kudos
2 Replies
Lance_A_Intel
Employee
311 Views
Hello,
I'm not sure what your question is about.
Would you please provide more detail on your issue?
0 Kudos
raja38
Beginner
311 Views
In Perl, Hash is another kind of collective data type. Hash can hold as many as scalar like array but the way you accessing hash element is different. You access hash element in has by using a key. Each has element has two parts: key and value or key-value pair. The key identifies the value of element associated with it.


By
Rajamani marimuthu
Junior Research Fellow
XRX Team
NIC-Open Technology Centre,
0 Kudos
Reply