Re: Tree:Nary and Unicode

2006-03-20 Thread Mr. Shawn H. Corey
Baskaran Sankaran wrote: This doesn't make a difference, I suppose. Also, I just checked it to be be sure and I didn't see any difference. 'http://perlmonks.org/?node=Tutorials * A searchable perldoc is at http://perldoc.perl.org/ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For addition

RE: Tree:Nary and Unicode

2006-03-20 Thread Baskaran Sankaran
>> -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, ">chil

Re: Tree:Nary and Unicode

2006-03-20 Thread Mr. Shawn H. Corey
Baskaran Sankaran wrote: use Tree::Nary; use warnings; open(O, ">children.txt"); binmode (O, ":utf8"); open(I, " Shouldn't this be: open( I, '<:utf8', 'temp1.txt' ) or die "cannot open temp1.txt: $!"; -- Just my 0.0002 million dollars worth, --- Shawn "For the things we h