$inp{A} = 'abc_A_bla' ; etc #### foreach ( @inp ) { ($key) = $_ =~ /\w{3}_(\w)/ ; $inp{$key} = $_ ; }