in reply to Re: Seeking best approach to column parsing
in thread Seeking best approach to column parsing
Another advantage to unpack for fixed-width column data is that if one of the fields should be filled completely (leaving no whitespace at all), splitting on whitespace will fail, while unpack will still work fine.
Dave
|
|---|