> > Unpack works well with fixed format data like this.
>
> Why would you use unpack when this can be easily split apart with a regex?
> I'd think unpack would be overkill!
>
> -- Brett

if you had thousands of dates to split up, unpack is much faster than
regexes.  way way faster.

Luke

Reply via email to