in reply to Re: need to put values (from unpack) into array-refin thread need to put values (from unpack) into array-ref
my @a = ( [ 'start 0', $b =~ /(.)./g ], [ 'start 1', $b =~ /.(.)/g ], ); [download]