This post originated from an RSS feed registered with Perl Buzz
by Chris Winters.
Original Post: Class::Delay - put off executing methods until later
Feed Title: cwinters.com
Feed URL: http://www.cwinters.com/raw/cwinters_perl.rdf
Feed Description: Chris Winters on Perl, programming and technology
Class::Delay - Think of calling 'write' a number of times but not actually performing them until 'flush' is called, or 'insert', 'update' and 'delete' until a 'commit', etc. Very simple usage and implementation, although it looks like you can only delay methods once...