Perl Mongers


 Our sponsors

Serializing code

By Anton Berezin (‎Grrrr‎) from Copenhagen.pm
Date: Sunday, 25 May 2008 13:50
Duration: 20 minutes
Language:
Tags: arcane cpan howto


Sometimes you want to get an existing sub or a closure and have it stored on disk or in the database, and execute it at some later stage.

This talk discusses why you might want to do that, and how you might proceed doing it.

The solution involves using one of the more underappreciated CPAN modules out there.