if ($str =~ m/x: $name: (.*) /) {    # $str matcht!    $wert = $1; }