Help for this page
Select Code to Download
Select
or
download this
sub flatten { map { ref $_ eq 'ARRAY' ? @$_ : $_ } @_ }