- or download this
(exists $distinct{$v}) ? $overflow{$k} = $v
: $distinct{$v} = $k;
- or download this
( (exists $distinct{$v}) ? $overflow{$k} = $v
: $distinct{$v} )
= $k;
- or download this
(exists $distinct{$v}) ? $overflow{$k} = $v = $k
: $distinct{$v} = $k
- or download this
if( $distinct{$v} ) { $overflow{$k}= $v }
else { $distinct{$v}= $k }