On Fri, 09 Mar 2012 11:14:25 -0500
Shawn H Corey <shawnhco...@gmail.com> wrote:

> On 12-03-09 10:56 AM, Narazaka Nanigashi wrote:
> > Oh, I missed checking it.
> >
> > My purpose is to process multiple delimiters, so Text::CSV is not enough... 
> > but Text::* can be one of the choice of namespace?
> 
> If it involves only text. If it works on other things, like say packed 
> strings, then something may be more appropriate.
> 

My current method of splitting columns by delimiters is simple regular 
expressions supposing only text data.
It looks interesting to involve packed strings or some but must need more tests.

And, in my thinking, multiple column is for convenience of human reading so 
such as '42 [SnVzdA==] 416e6f74686572 / ...' may not be wanted...

-- 
Narazaka Nanigashi <p...@narazaka.net>

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to