my $text;if (open(IN, "<$dcr")){ local $/ = undef; $text = ; close(IN); # Now you can parse $text with TeamSite:CRnode}