in reply to Re: Is is possible to read in XML file with out use any module?
in thread Is is possible to read in XML file with out use any module?

hey thanks, I have tried the way you provided to read the .xml file. When I print out the "$xml_text" it seems it is only part of the xml file

Before I post a question here. I have tried use a while loop

while(<STDIN>){ print $_; }
which produce the same output with your method. If I put the xml file to a .txt file. It reads in just fine. the reason I cannot use module is because it is an home work requirement

Replies are listed 'Best First'.
Re^3: Is is possible to read in XML file with out use any module?
by Anonymous Monk on May 13, 2012 at 01:57 UTC