Help for this page
use List::Util qw( shuffle ) ; ... { print( ( map { "[$_]" } shuffle @arr ), "\n" ) ; }