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

Re^12: Computing results through Arrays

by yasser8@gmail.com (Novice)
on Jun 24, 2015 at 13:01 UTC ( [id://1131801]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    while(<DATA>){
        next unless /\w/;
    ...
        $sr{$server  } = 1;
    }
    
  2. or download this
    for my $key (sort keys %h){
        for (@db) { $h{$key}{$_} = round($h{$key}{$_} / ($count * 60))} ;
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found