Hi, I am new to CGI and have a question about hash variables.
What is the purpose of using them over array variables? The only difference I can see is that the key for an array is just the 0, 1, 2..., and so on, and you can specify the key for a hash. Why would you really need to assign a different key?
What is the purpose of using them over array variables? The only difference I can see is that the key for an array is just the 0, 1, 2..., and so on, and you can specify the key for a hash. Why would you really need to assign a different key?