in reply to Re: Re: Davorg,, Tilly and Any other "Experts" --- get with empiricism, not belief
in thread does anyone else use Parse::FixedLength;?

How about
my @format = ( #qw deleted field1=>10, #other delimiter field2=>20, field3=>8 ); #and use as @fields{keys %format}=unpack"A".join("A",values %format),$_
?
Update: I know, the Order is not preserved, but I hope you get the Idea.
  • Comment on Re: Re: Re: Davorg,, Tilly and Any other "Experts" --- get with empiricism, not belief
  • Download Code