Daily Archives: July 5, 2006
The Only Data Structures You’ll Ever Need
Perl was the first programming language I really liked, the first language that made programming fun. Perl has three basic types: “scalars” for atomic values, arrays for ordered sets, and hash tables for unordered sets. (Yes, there are others, but … Continue reading