Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is a hash?

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


Please Help Members By Posting Answers For Below Questions

Explain subroutine in perl?

1008


What is the use of –w?

970


What are the different ways to run cgi?

1014


Write a program to show the process of spawning a child process

905


How would you ensure the re-use and maximum readability of your perl code?

987


Explain substr function in perl?

1088


What are numeric operators in perl?

1005


What does next statement do in perl?

1056


Write a program to decode the data in the form using cgi programming

1099


What are the different types of perl operators?

1156


Explain the meaning of closure in perl.

1093


Explain which feature of PERL provides code reusability?

1273


Can you add two arrays together?

988


What are the two ways to get private values inside a subroutine?

973


what is Polymorphism in Perl?

1019