open(FILE, "<$html") || error("$html konnte nicht geƶffnet werden."); while(){ if($_ =~ /\/){ push(@input,split('.*\',"$_")); } } close(FILE); foreach(@input){ if($_ =~ /\<.tt\>/){ push(@result,split('\<.tt\>.*',"$_")); } } print"@result";