on debian and redhat

#-------- debian unstable produces 32

$ perl perlbug.pl 
32

$ uname -a
Linux chill 2.6.10 #1 Wed Jan 19 13:46:26 EST 2005 i686 GNU/Linux

$ perl -v
This is perl, v5.8.4 built for i386-linux-thread-multi

#----------- rh 7.2 produces 2

$ perl perlbug.pl 
2

$ uname -a
Linux cozy166 2.4.7-10 #1 Thu Sep 6 17:21:28 EDT 2001 i586 unknown

$ perl -v
This is perl, v5.8.6 built for i586-linux

#---------- on another rh 9 produces 0

$ perl perlbug.pl 
0

$ uname -a
Linux dev 2.4.20-30.9smp #1 SMP Wed Feb 4 20:36:46 EST 2004 i686 i686 i386 GNU/Linux

$ perl -v
This is perl, v5.8.0 built for i386-linux-thread-multi
(with 1 registered patch, see perl -V for more detail)

In reply to Re: @- Bug on the loose, lets isolate it by Qiang
in thread @- Bug on the loose, lets isolate it by davido

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.