Help for this page

Select Code to Download


  1. or download this
    sub flatten { map { ref $_ eq 'ARRAY' ? @$_ : $_ } @_ }