Skip to content
Prev 75642 / 398502 Next

preprocessing data

Some time ago, Doug Bates wrote a useful paper called "Data
manipulatation in perl."  It is a very concise intoduction and
introduces the unpack function which is one way to deal with fixed
format data.  Just google for

   "data manipulation in perl" bates

and you should be able to find a copy.
Jean Eid wrote: