in reply to Re^2: Fast Way to Return Unique Array of Array
in thread Fast Way to Return Unique Array of Array

Could one replace join($;, @$_) with Dumper($_) (or some variant thereof), to allow for multiple levels of data structure?