From: Mischa Poslawsky Date: Tue, 3 Mar 2009 22:15:53 +0000 (+0100) Subject: Parse::Binary::Nested: simple non-OO unpackf X-Git-Url: http://git.shiar.net/wormy.git/commitdiff_plain/f4886cc6c2159afd00025585fcc6ea7aac820391?hp=f4886cc6c2159afd00025585fcc6ea7aac820391 Parse::Binary::Nested: simple non-OO unpackf Make the unpackf method callable without an object, taking a template array instead. This turns it into a simple superset of CORE::unpack() for most usage. The object-oriented syntax is still supported for reusable parsing (saves reparsing the template on each call, so should also be slightly faster). ---