my $wert=''; my %hash=(); $wert='bla'; $hash{$wert}=1; $wert='foo'; $hash{$wert}=1; $wert='bar'; $hash{$wert}=1;