$string = q(); $such_parameter = 'BlahBlubb'; ($wert) = $string =~ m|<.*\Q${such_parameter}\E="(\d+)"[^>]+>|i; say $wert;