Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^3: compare data between two files using Perl

by svenXY (Deacon)
on Dec 16, 2008 at 13:04 UTC ( [id://730639]=note: print w/replies, xml ) Need Help??


in reply to Re^2: compare data between two files using Perl
in thread compare data between two files using Perl

each() will help you with your question. To put it short: each() returns a list of the next key/value pair and uses memory very efficiently.
Regards,
svenXY
  • Comment on Re^3: compare data between two files using Perl

Replies are listed 'Best First'.
Re^4: compare data between two files using Perl
by Anonymous Monk on Dec 16, 2008 at 14:18 UTC
    Right. But how do I split $key to get my original keys ?
Re^4: compare data between two files using Perl
by Anonymous Monk on Dec 16, 2008 at 14:20 UTC
    Right. But I wanted to know from $value how do I get the original tuples ?
Re^4: compare data between two files using Perl
by Anonymous Monk on Dec 16, 2008 at 15:08 UTC
    Sorry, its rather I wanted to know from $key how do I get the original tuples ?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (8)
As of 2024-04-25 08:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found