in reply to Extracting specific data from fixed-width columns

unpack is very good for extracting fixed-width data sets. There's a gentler introduction to unpack and pack in perlpacktut.
  • Comment on Re: Extracting specific data from fixed-width columns