in reply to Re: need to put values (from unpack) into array-ref
in thread need to put values (from unpack) into array-ref

The parent requires Perl 5.8. The following is more portable:
my @a = ( [ 'start 0', $b =~ /(.)./g ], [ 'start 1', $b =~ /.(.)/g ], );