in reply to Re: reading in fixed widthin thread reading in fixed width
my $data = "123"; my @data = unpack "A2X1A2", $data; print "@data"; [download]
12 23 [download]