my $file = ""; { local $/ = undef; $file = ; } my %failures = (); while(my ($image, $msgs) = $file =~ /checking image file <([^>]+)> (.+?media does not exist.+?) checking image file <$1\.f>/gsx) { $failures{$image} = 1; }