my $string = "aaa - bbb"; my $teil = substr($string, 0, index($string, "-"));