in reply to Re^3: question about variables from new perl user
in thread question about variables from new perl user

Actually C only has indexed arrays. PHP only has associative arrays. C++ has both with indexed arrays as first class citizens (inherited from C) and associative arrays supplied as part of the standard template library. Perl has both as first class citizens.

Premature optimization is the root of all job security
  • Comment on Re^4: question about variables from new perl user