YAPC::NA 2011 • Asheville, NC

Introduction to Perl: Data Structures
By Bruce Gray (‎Util‎) from Atlanta.pm
Date: Monday, 27 June 2011 14:25
Duration: 20 minutes
Target audience: Beginner
Language:
Tags: data data_structure munging power_tools structures

You can find more information on the speaker's site:


Perl has amazing support for data structures.
Arrays and Hashes are first class citizens, and can be combined with built-in functions to form the most frequently needed structures.
Multi-level structures make complex data manipulation *easy*.

This class will give an introduction to the basic data structures and the ways to manipulate them.
It will include topics like:

* Queues, Stacks, Sets, Bags, Dictionaries, Records
* push, pop, shift, unshift, splice, keys, sort
* References, named and anonymous
* Dereferencing referenced referents
* AoA, AoH, HoA, HoH, AoHoHoA (if time allows)
* Carpentry, and sawing your fingers off with power tools.

---

Learn more about this and the other Beginner Track talks in the description of Ya'akov Sloman (‎Yaakov‎) - ‎Getting the most out of YAPC‎

Attended by: