Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Ruby Before Perl? Nah.

by Fletch (Bishop)
on Jun 03, 2008 at 21:57 UTC ( [id://690013]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    for var in iteratable
      puts "Frobnicated: #{var.frobnicate}"
    ...
    ## is pretty much just the same as this . . .
    
    iteratable.each { |var| puts "Frobnicated: #{var.frobnicate}" }
    

Log In?
Username:
Password:

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

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

    No recent polls found