Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^2: Quantum Weirdness and the Increment Operator

by barrachois (Pilgrim)
on Jun 25, 2004 at 02:54 UTC ( [id://369539]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
     sub noop { 
       X::is_x( $_[0] );     # ok
       return $_[0];
     }
     X::is_x( noop($x) );    # not_ok
    
  2. or download this
     sub noop_lval :lvalue { $_[0] }
    
    ...
    
     $m=20; (++$m) + $m++;                   # 43
    

Log In?
Username:
Password:

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

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

    No recent polls found