sub swap { reverse( shift, shift ), @_ ? &swap : (); } [download]
In reply to Re^2: Switch the odd/even elements of an array by wind in thread Switch the odd/even elements of an array by jaredor