On Tue, 14 Jan 2014 21:12:57 +0100, Johan Vromans <jvromans@squirrel.nl> wrote: > For pack/unpack I'd love to see a CPAN module that uses a well defined, > user friendly and less cryptic method to describe the data packing and > unpacking. with support for unpacking streams, yeah! while (my ($id, $data) = unpack "Cv/A", $file_handle) { # ... } -- H.Merijn Brand http://tux.nl Perl Monger http://amsterdam.pm.org/ using perl5.00307 .. 5.19 porting perl5 on HP-UX, AIX, and openSUSE http://mirrors.develooper.com/hpux/ http://www.test-smoke.org/ http://qa.perl.org http://www.goldmark.org/jeff/stupid-disclaimers/Thread Previous | Thread Next