Sunday, January 2, 2011

hash value grep in perl

foreach my $key ( grep /^text:/, keys %hash ) {
     my $value = $hash{$key}    
}

No comments: