my $var1; if ($var1 eq 'Text1') { print 'Text1'; } elsif ($var1 eq 'Text2') { print 'Text2'; } else { print 'sonstiges'; }