Parse::Binary::Nested: simple non-OO unpackf
authorMischa Poslawsky <wormy@shiar.org>
Tue, 3 Mar 2009 22:15:53 +0000 (23:15 +0100)
committerMischa Poslawsky <wormy@shiar.org>
Wed, 4 Mar 2009 15:16:04 +0000 (16:16 +0100)
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).


No differences found