Help for this page
Select Code to Download
Select
or
download this
perl -e'use Data::Dumper; %hash=("BLAH01-A05AFGH0"=>17); for(keys %hash) { if (m/(BLAH\d{2}-\w)/) { $hash{$1} = delete $hash{$_} } }; print Dumper \%hash'
Select
or
download this
$VAR1 = { 'BLAH01-A' => 17 };