in reply to Re: parsing CSV file with embedded commas (fortunately, fixed-width) - is unpack the solution?
in thread parsing CSV file with embedded commas (fortunately, fixed-width) - is unpack the solution?

Hi, I have tried your new method but it's some error message here : Can't locate object method "new" via package "Parse::FixLength" (perhaps you forgot to load "Parse::FixLength"?) at ./scal.pl line 18. Do you know what that's mean ?
  • Comment on Re: Re: parsing CSV file with embedded commas (fortunately, fixed-width) - is unpack the solution?

Replies are listed 'Best First'.
Re: Re: Re: parsing CSV file with embedded commas (fortunately, fixed-width) - is unpack the solution?
by runrig (Abbot) on Jul 14, 2003 at 17:38 UTC
    Can't locate object method "new" via package "Parse::FixLength"
    Did you install the module? If you installed it, you must have spelled it correctly once ('Parsed::FixedLength'). You just need to spell it correctly again.