Help for this page
my $xml; while (<SITE>) { $xml .= $_; }
my $xml; { ... undef $/; $xml = <SITE>; }