> 
> It works fine with 5.8.8 on my Fedora Core 5:
> 
> $ perl -e 'for ("","abc\n","def","hij\n"){print;
> warn tell STDOUT,"\n"}'
> 0
> abc
> 4
> 7
> defhij
> 11
> $
> 

Does not seem to be accurate on this platform???

$ uname -a
CYGWIN_NT-5.1 dubmdsmith10 1.5.24(0.156/4/2)
2007-01-31 10:57 i686 Cygwin

$ perl -e 'for ("","abc\n","def","hij\n"){print; warn
tell STDOUT,"\n" };'
-1
abc
-1
-1
defhij
-1



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to