in reply to Re: Re: Davorg,, Tilly and Any other "Experts" --- get with empiricism, not belief
in thread does anyone else use Parse::FixedLength;?
?my @format = ( #qw deleted field1=>10, #other delimiter field2=>20, field3=>8 ); #and use as @fields{keys %format}=unpack"A".join("A",values %format),$_
|
---|