The functionality of keys operating on an array to return the indices of the array (see similarily values, each) was added with Perl version 5.12. The following will work with any Perl 5 version:
sub inplace_shuffle { @_[ 0 .. $#_ ] = shuffle @_ }
Give a man a fish: <%-{-{-{-<
In reply to Re^3: Randomly reassign hash keys
by AnomalousMonk
in thread Randomly reassign hash keys
by cormanaz
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |