Page 1 of 1

What's the difference with hashes and assoc arrays in perl?

Posted: Wed Aug 04, 2004 1:03 pm
by Chris Corbyn
Is a hash in perl a bit like an associative array in PHP?

Posted: Wed Aug 04, 2004 1:06 pm
by feyd
from what I remember, yes. although it's been years since I did any perl stuffs...

Posted: Wed Aug 04, 2004 1:49 pm
by nigma
Yea, hashes in perl are the equiv. of associative arrays in php.