Subject: | Wrong output when different whitespace delimitter is used |
Date: | Fri, 16 Aug 2013 17:53:34 +0800 |
To: | bug-ELFF-Parser [...] rt.cpan.org |
From: | abd hafizh <hafizhabd [...] gmail.com> |
Distribution Name: ELFF-Parser-0.92
Perl Version : perl v5.14.2
OS : Linux Slackware 13.37
The parser will give a wrong result when the delimitter used for the Fields
(in directive) is differrent to the delimitter used for the actual data,
even though both are white space characters.
For my case, the Fields are seperated by a space " " while the data are
delimited by a tab "^I" character.
My workaround to this is to subtitute the tab with a space: s/\t/ /g.
Thanks.
Hafizh