On 12.10.2015 23:04, kmx wrote: > - $to_return = $to_return->mv(-1,1)->clump(2); # this is the line where > flag P becomes C > + $to_return->mv(-1,1)->clump(2);
I was wrong, it should be: - $to_return = $to_return->mv(-1,1)->clump(2); + $to_return = $to_return->mv(-1,1)->clump(2)->sever; -- kmx ------------------------------------------------------------------------------ _______________________________________________ pdl-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pdl-general
