in reply to Re: Re: Unpacking fixed length records
in thread Unpacking fixed length records
making sure that $skip contains the correct value between calls.my @list = eval { unpack "x$skip $format", $data }; { die "$@" || last }
Makeshifts last the longest.
|
|---|