Help for this page
my @arr = ( ref $x eq 'ARRAY' ) ? @$x : ( $x );
my @arr = ( ref $x eq ref [] ) ? @$x : ( $x );