Beefy Boxes and Bandwidth Generously Provided by pair Networks vroom
Syntactic Confectionery Delight
 
PerlMonks  

Re^2: A Scalar::Util::refaddr Oddity

by xdg (Monsignor)
on Sep 26, 2005 at 11:16 UTC ( #495063=note: print w/ replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    print 'refaddr_pp $obj: ', refaddr_pp($obj), "\n\n";
    print 'refaddr    $ref: ', refaddr($ref),    "\n";
    print 'refaddr_pp $ref: ', refaddr_pp($ref), "\n";
    
  2. or download this
    refaddr    $obj: 149445664
    refaddr_pp $obj: 149445664
    
    refaddr    $ref: 149445904
    refaddr    $ref: 149445904
    

Log In?
Username:
Password:

What's my password?
Create A New User
Node Status?
node history
Node Type: note [id://495063]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others about the Monastery: (4)
As of 2013-06-19 03:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    How many continents have you visited?









    Results (639 votes), past polls