Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Another Array Problem.

by TomK32 (Monk)
on Dec 19, 2001 at 01:57 UTC ( [id://132948]=note: print w/replies, xml ) Need Help??


in reply to Another Array Problem: comparing.

I've got not a clean solution but it works:

replace

push(@dst, $dst); push(@service, $service);
with
@data{$dst}{$service}++; if ($data{$dst}{$service} == 50) { do magic; }

-- package Lizard::King; sub can { do { 'anything'} };

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (4)
As of 2024-04-19 04:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found