hoopajoo.net
Data: Lists, Scalars, and Hashes oh my!
Top >> Perl >> Data: Lists, Scalars, and Hashes oh my!

Everything you ever wanted to know about lists, hashes, scalars, references, and all those other data type gotha's.

Parenthesis - The novice perl programmer may be somewhat confused as to what all those different types of brace... (more)

Brackets, [], and array references - Brackets are used to create and modify array references. Array references are important because ... (more)

Curly braces and hashes - Curly braces are used to create and access hash references. To create a normal, pre-populated ha... (more)