my $string = do { local $/; }; my $ref = XMLin($string); #### my $ref = XMLin(\*DATA);