Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: surprising backwards evaluation order

by ikegami (Patriarch)
on Mar 17, 2006 at 23:10 UTC ( [id://537609]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #include <stdio.h>
    
    ...
    
       return 0;
    }
    
  2. or download this
    b()
    a()
    m()
    
  3. or download this
    #include <stdio.h>
    
    ...
       printf("\n");
       return 0;
    }
    
  4. or download this
    8 6 4 3 1 2 5 7
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (2)
As of 2024-04-24 15:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found