in reply to Re: same code,run at windows and unix separately,the result is different
in thread same code,run at windows and unix separately,the result is different

As expected? The array @4 has zero elements, not four. Similarly, the array @2 has zero elements, not two.

Replies are listed 'Best First'.
Re^3: same code,run at windows and unix separately,the result is different
by syphilis (Archbishop) on Jun 10, 2009 at 06:26 UTC
    As expected?

    Correction ... make that "as I expected" .... having not taken the time to look too closely or think too hard about it. (Why wasn't the same bugfix applied to perl 5.8.9 ?)

    Cheers,
    Rob
      If I were to guess, it would break too much (buggy but working) code for a bug fix of little consequence for a maintenance release.
      Yeah why not LOL