my $data; open(READIT,"<$file"); while () { $data .= $_; } close(READIT); my $ref = XMLin($data);