Re: List::RewriteElements

2006-12-16 Thread James E Keenan
James E Keenan wrote: David Landgren wrote: Question: (?:how)? does your module deal with positional records (that is, fixed width fields)? It doesn't (at least not yet). I think I'm wrong. Thinking a bit more about the code, I suspect there's no inherent reason it can't handle

Re: List::RewriteElements

2006-12-16 Thread Andy Armstrong
On 15 Dec 2006, at 21:39, David Landgren wrote: I vote for Transform. Possibly more Data than List but I wouldn't argue it for long. List:: has the connotation doing things to Perl arrays I think. -- Andy Armstrong, hexten.net

Re: List::RewriteElements

2006-12-16 Thread James E Keenan
David Landgren wrote: Question: (?:how)? does your module deal with positional records (that is, fixed width fields)? as opposed to delimited records? Contradicting my earlier doubts about this, List::RewriteElements does can be used to rewrite elements of fixed-width records. I've

Re: List::RewriteElements

2006-12-16 Thread James E Keenan
Andy Armstrong wrote: On 15 Dec 2006, at 21:39, David Landgren wrote: I vote for Transform. Possibly more Data than List but I wouldn't argue it for long. List:: has the connotation doing things to Perl arrays I think. In Perl an array is a data structure which can hold a list, where a

Re: List::RewriteElements

2006-12-16 Thread James E Keenan
James E Keenan wrote: I've just uploaded v0.06 to CPAN. CPAN appears to be having some problem accepting uploads right now. You can find v0.06 at http://thenceforward.net/perl/modules/List-RewriteElements/List-RewriteElements-0.06.tar.gz jimk