Intel® Business Client Software Development
Support for Intel® vPro™ software development and technologies associated with Intel vPro platforms.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

hash in perl?

ali0482
Beginner
805 Views
What is hash in perl?
0 Kudos
2 Replies
Lance_A_Intel
Employee
805 Views
Hello,
I'm not sure what your question is about.
Would you please provide more detail on your issue?
0 Kudos
raja38
Beginner
805 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