Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^3: What's wrong with Perl 6?

by Jenda (Abbot)
on May 11, 2007 at 09:37 UTC ( [id://614860]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    x = 1 + 2
     + 3
    puts x
    
  2. or download this
    x = (1 + 2
     + 3)
    
  3. or download this
    x = foo(1 + 2
     + 3)
    
  4. or download this
    x = foo(1 + 2 +
     3)
    
  5. or download this
    x = foo(1 + 2 \
     + 3)
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (9)
As of 2024-04-23 10:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found