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 are the benefits of perl in using it as a web-based application?
Can you add two arrays together?
What are the advantages of programming in perl?
Explain perl. What are the advantages of programming in perl?
What $! In perl?
How can we create perl programs in unix, windows nt, macintosh and os/2 ?
How do I print the entire contents of an array with Perl?
What are the functions that can be performed using cgi program?
What is the usage of -i and 0s options?
How do I send e-mail from a Perl/CGI program on a Unix system?
How to read a single line from a file in perl?
How to read a file into a hash array?
Explain goto label, goto name, and goto expr?
Explain the various characteristics of perl.
Explain the difference between "my" and "local" variable scope declarations. ?