#!/usr/bin/perl use strict; use warnings; local $/ = "\n"; while( my $block = ) { print $block if $block =~ /Name="WICHTIG/; } __DATA__