develooper Front page | perl.perl5.porters | Postings from April 2008

RE: [perl #53482] I believe I found a bug with Readonly::XS that might actually be a guts bug.

Thread Previous | Thread Next
From:
Robin Barker
Date:
April 30, 2008 00:39
Subject:
RE: [perl #53482] I believe I found a bug with Readonly::XS that might actually be a guts bug.
Message ID:
46A0F33545E63740BC7563DE59CA9C6D093B2A@exchsvr2.npl.ad.local

From: Andreas J. Koenig
> My binary search says 22074

Looks like their are two bugs and two fixes

When does the following program give ":" not 10.

Thanks

Robin

  ----Program----
  #!/usr/bin/perl -l

  sub TIESCALAR {
    my $foo = $_[1];
    bless \$foo, "main";
  };

  sub FETCH { ${ $_[0]} };
  tie my $x, "main", 2;
  tie my $y, "main", 8;
  print $x | $y;

-------------------------------------------------------------------
This e-mail and any attachments may contain confidential and/or
privileged material; it is for the intended addressee(s) only.
If you are not a named addressee, you must not use, retain or
disclose such information.

NPL Management Ltd cannot guarantee that the e-mail or any
attachments are free from viruses.

NPL Management Ltd. Registered in England and Wales. No: 2937881
Registered Office: Serco House, 16 Bartley Wood Business Park,
                   Hook, Hampshire, United Kingdom  RG27 9UY
-------------------------------------------------------------------

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About