in reply to good delimiter in data for Perl
You seem to be confused about the distinction between data and code. Perl has no problem with using a record or field separator of $#$. Personally, I prefer the tabulator (chr 09) as a universal field separator. Why do you think that Perl has a problem with using $#$ as a separator?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: good delimiter in data for Perl
by sathiya.sw (Monk) on Jan 07, 2009 at 15:01 UTC | |
by Corion (Patriarch) on Jan 07, 2009 at 15:07 UTC |