Lexical Attributes
Lexical Attributes
By Abigail from Philadelphia.pm, NY.pm, AmsterdamX.pm Date: Friday, 2 September 2005 11:30
Duration: 90 minutes Language: You can find more information on the speaker's site:
In this talk, I will discuss my 10 year relationship with Perl
objects. I will show the problems that traditional, hash based,
Perl objects have. Over the years, various techniques have been
developed to solve the problems, eventually leading to inside-out objects
(recommended in Damian's new book, "Perl Best Practises"), and the module
Lexical::Attributes, which hides the implementation of inside-out objects
behind syntax borrowed from Perl6. |