Hi monks, I'm doing text processing home work on a opml file. The file example can be found @ http://en.wikipedia.org/wiki/OPML. Before I get start on the text. The opml file seems never properly stored in my string
my $str; open(SPE, "specification.opml"); while(<SPE>){ $str=$str.$_; } print $str;
the output is aways some garbled text. There must be something i missed for read in this particular format. Thanks for your help!
In reply to *.opml file output to console problem by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |