print join( ', ', grep( m/^prefix_/, keys %hash ) ); #oder print join( ', ', grep m/^prefix_/, keys %hash );