Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Compare Values in HoH

by GrandFather (Saint)
on Apr 06, 2006 at 09:04 UTC ( [id://541602]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    for (@file2) {
        print "Matched $_ at line(s) @{$file1LookUp{$_}}\n" if exists $fil
    +e1LookUp{$_};
    }
    
  2. or download this
    Matched 1141286737,ServerB,Net Down at line(s) 2
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (2)
As of 2024-04-20 03:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found