in reply to Re: How to delete trailing spaces from array elements?
in thread How to delete trailing spaces from array elements?

for(@arr1){1while' 'eq($c=chop);$_.=$c}

Replies are listed 'Best First'.
Re^3: How to delete trailing spaces from array elements?
by radiantmatrix (Parson) on Aug 02, 2007 at 17:16 UTC

    Ok, if you insist:

    $/=' ';for(@arr1){1while chomp}

    Is 8 chars shorter. ;-)

    <radiant.matrix>
    Ramblings and references
    The Code that can be seen is not the true Code
    I haven't found a problem yet that can't be solved by a well-placed trebuchet