Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Brain Teaser

by tachyon (Chancellor)
on Jun 10, 2001 at 23:55 UTC ( [id://87347]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    print //;       # prints 1, scalar return val of match null in $_ (alw
    +ays true)
    print \//;      # SCALAR(0x....)
    ...
    
    print  \\//   /   \\\//
           ref   div   ref
    
  2. or download this
    $a = \1; # first ref in lower mem
    $b = \1; # second ref in slightly higher mem 
    print $b/$a;
    
    # prints 1.00000684833673
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (4)
As of 2024-04-20 00:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found