- or download this
use strict ; use warnings ;
...
} ;
print join(', ', map "'$_'", sort keys %h), "\n" ;
- or download this
my @k = sort { length($b) <=> length($a) } keys(%h2) ;
...
next if pos($s) == shift(@a) ;
delete $h2{$k} ;
} ;
- or download this
my @k = sort { length($b) <=> length($a) } keys(%h) ;
...
delete($h4{$k}) and next if ($s =~ m/$k/) ;
$s .= $k . "\0" ;
} ;
- or download this
my @k = sort { length($a) <=> length($b) } keys(%h3) ;
...
last ;
} ;
} ;