Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^2: Converting some MapReduce PHP scripts to Perl

by regan99 (Initiate)
on Aug 13, 2011 at 00:39 UTC ( [id://920109]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $key . "\t"' . $data{$key} . "\n";
    
  2. or download this
              '5557a6bed3793133754d288e2b58763a' => [
                                                      [
    ...
                                                        '16501' => 1
                                                      }
                                                    ]
    
  3. or download this
    5557a6bed3793133754d288e2b58763a        ARRAY(0x441c780)
    
  4. or download this
    5557a6bed3793133754d288e2b58763a     [[2197,840,751,6],{"16501":1}]
    
  5. or download this
    foreach $key (keys %data) {
      print $key . "\t" . "$data{$key}" . "\n";
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (4)
As of 2024-04-24 21:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found