my %seen; for (0..$#data) { next if ( $seen{$data[$_]}++ ); print join "\n", $key1[$_], $key2[$_], $data[$_], ""; }
In reply to Re: Array unification problem has me in circles
by graff
in thread Array unification problem has me in circles
by tsk1979
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |