my $option = ""; $option .= "head_de=$ptr->{head};" if ($ptr->{langtyp} eq 'DE'); $option .= "deutsch=$ptr->{langtxt};" if ($ptr->{langtyp} eq 'DE'); $option .= "head_en=$ptr->{head_en};" if ($ptr->{langtyp} eq 'EN'); $option .= "englisch=$ptr->{langtxt};" if ($ptr->{langtyp} eq 'EN'); $option .= "head_fr=$ptr->{head_fr};" if ($ptr->{langtyp} eq 'FR'); $option .= "franz=$ptr->{langtxt};" if ($ptr->{langtyp} eq 'FR'); print qq~