Brendan O'Dea wrote:
> The following patch corrects some issues with a2p:
> 
>  * Make {$1++;print} work correctly.  The re-join was occuring for
>    assignment, but not increment (Debian bug #198945).
> 
>  * Make {$NF++} work.  Was generating $Fld[$#Fld++].
>  * Use -1 as the last argument to split (cosmetic, bug #18395).
>  * Omit last argument to substr (cosmetic).
> 
> --bod, wondering if anyone actually uses a2p anymore.

Thanks, applied as change #25534 to bleadperl.

Reply via email to