The stupid question is the question not asked | |
PerlMonks |
Text::CSV_XS -- Bug or wrong usage?by choeppner (Pilgrim) |
on Mar 27, 2003 at 15:50 UTC ( [id://246265]=perlquestion: print w/replies, xml ) | Need Help?? |
choeppner has asked for the wisdom of the Perl Monks concerning the following question:
Oh Wise Monks, I am using the Text::CSV_XS module to parse a record from an external system. I think that I might have discovered a bug in the module, but wanted to check here first, to see if I am doing something wrong. The suspected bug occurs when I pass the following string into the module. 0005:A:A2:\\\\string 04\\\\ The fields are delimited with ':' and the escape character is '\'. I setup for parsing this record using the following code.
The results in $field[3] is \string 04\\, but I was expecting to get \\string 04\\. TIA for your thoughts.
Charles
Back to
Seekers of Perl Wisdom
|
|