Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^3: Auto Increment "magic" Inquiry

by roboticus (Chancellor)
on Jan 04, 2007 at 22:22 UTC ( [id://593037]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
       $temp_1 = $i;
       $temp_2 = $i;
       $j = $temp_1 + $temp_2;
       $i = $i + 1;
       $i = $i + 1;
    
  2. or download this
       $temp_1 = $i;
       $i = $i + 1;
       $temp_2 = $i;
       $i = $i + 1;
       $j = $temp_1 + $temp_2;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (6)
As of 2024-04-19 09:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found