open($file, 'formal.xml'); { local $/; my $xml= <$file>; } #### my $file; my $xml; open($file, 'formal.xml'); { local $/; $xml= <$file>; } #### [%st.address.house_number%]