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

Re^2: Perl/Ruby comparison

by JadeNB (Chaplain)
on Dec 25, 2009 at 20:44 UTC ( [id://814374]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings 'all';
    ...
    local $\ = "\n";
    print @$_ for sort { $a->[0] cmp $b->[0] } @contact_records;
    }
    
  2. or download this
    use strict;
    use warnings 'all';
    ...
                    ]
                } <>;
    }
    
  3. or download this
    sub snip_or_toss { $_[CONTACTME] ? @_[ SKUTITLE, EMAIL ] : () }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (5)
As of 2024-04-25 14:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found