On 4/13/07, oryann9 <[EMAIL PROTECTED]> wrote:
> > 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
nor here. [EMAIL PROTECTED] ~]$ uname -a FreeBSD zeus.agreenftp.no-ip.com 6.2-STABLE FreeBSD 6.2-STABLE #0: Sat Mar 31 23:12:40 EDT 2007 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/ZEUS i386 [EMAIL PROTECTED] ~]$ perl -e 'for ("","abc\n","def","hij\n"){print; warn tell STDOUT,"\n" };' 2092 abc 2101 2109 defhij 2118
__________________________________________________ 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/
-- -- I'm nerdy in the extreme and whiter than sour cream -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/