Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^4: Google like scalability using perl?

by dpavlin (Friar)
on Oct 14, 2009 at 15:29 UTC ( [id://801112]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    dpavlin@klin:~$ ls -alh /data/isi/full.txt
    -rw-r--r-- 1 dpavlin dpavlin 546M 2009-10-05 14:15 /data/isi/full.txt
    ...
    GA T5180
    UT ISI:A1974T518000003
    ER
    
  2. or download this
    # $rec - input record
    # $out - generated data
    ...
            $country =~ s{^\w\w$}{USA};
            $out->{'C1_country+'}->{ uc $country }++;
    }
    
  3. or download this
    $out->{'CR+'}->{ $_ }++ foreach @{ $rec->{CR} };
    

Log In?
Username:
Password:

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

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

    No recent polls found