Answer Posted / shah faisal
Hash is an unordered pair of keys and values where keys
must be unique else the second duplicate keys replace the
value of first key. Hash is denoted by a "%" sign.
e.g.
"key1"->"value1","key2"->"value2",key1"=>"value3" then
final hash will be %hash=("key2"-
>"value2","key1"=>"value3");
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is cpan in perl?
How the interpreter is used in Perl?
Explain ivalue?
How we can navigate the xml documents?
List the operator used in Perl?
How to dereference a reference?
What $! In perl?
What is use of ‘->’ symbol?
Explain goto name?
How do I send e-mail from a Perl/CGI program on a Unix system?
What is the use of -w, -t and strict in Perl?
What is v-strings?
Explain '->' in perl?
What is perl programming?
How would you ensure the re-use and maximum readability of your perl code?