>> -----Original Message----- From: Mr. Shawn H. Corey [mailto:[EMAIL PROTECTED] Sent: 20 March 2006 16:25 To: beginners@perl.org Subject: Re: Tree:Nary and Unicode
Baskaran Sankaran wrote: > use Tree::Nary; > > use warnings; > > > > open(O, ">children.txt"); > > binmode (O, ":utf8"); > > > > open(I, "<utf8", "temp1.txt"); Shouldn't this be: open( I, '<:utf8', 'temp1.txt' ) or die "cannot open temp1.txt: $!"; >> This doesn't make a difference, I suppose. Also, I just checked it to be be sure and I didn't see any difference. -- Just my 0.00000002 million dollars worth, --- Shawn "For the things we have to learn before we can do them, we learn by doing them." Aristotle "The man who sets out to carry a cat by its tail learns something that will always be useful and which will never grow dim or doubtful." Mark Twain "Believe in the Divine, but paddle away from the rocks." Hindu Proverb * Perl tutorials at http://perlmonks.org/?node=Tutorials * A searchable perldoc is at http://perldoc.perl.org/ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response> -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>