if ($zusatz =~ m/\.pdf$/) { print "PDF-Link"; } else { print "HTML-Link"; }