YAPC::NA 2007

June 25-27, Houston, TX

Object::Trampoline (follow the bouncing object)

Object::Trampoline (follow the bouncing object)

By Steven Lembark (‎Lembark‎) from stlouis.pm
Date: Monday, June 25, 2007 04:05 PM
Duration: 20 minutes
Language:

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


The ability to re-bless an object is a powerful feature in Perl. Object::Trampoline handles very late binding of data types: when their methods are actually called. This can be helpful for breaking cycles in configuration dependencies or delaying actual construction of expensive objects until they are actually needed (e.g., database handles) or avoiding their construction altogether.