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

Re: multiple file reading

by Malkavian (Friar)
on Jul 09, 2001 at 18:40 UTC ( [id://94991]=note: print w/replies, xml ) Need Help??


in reply to multiple file reading

Try doing the following:
Read each table into it's own hash, and at the same time, put an entry in the 'global' hash that contains all unique keys
Cycle the keys for the 'global' hash, and use the 'exists' function to check for existence in hash 'a' or hash 'b'.
Output as required, and all done.
This does look sneakily like a homework question, so I'm not about to post any code, but hopefully this pointer helps.

Cheers,

Malk.

Log In?
Username:
Password:

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

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

    No recent polls found