Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^2: Trying to remove duplicate rows using hashes

by Angharad (Pilgrim)
on Oct 21, 2008 at 15:47 UTC ( [id://718519]=note: print w/replies, xml ) Need Help??


in reply to Re: Trying to remove duplicate rows using hashes
in thread Trying to remove duplicate rows using hashes

oh - well i guess I just cut and paste those from other scripts - but yes in this instance i guess they are rather redundant. EDIT: what do you mean by the "stomping"?
  • Comment on Re^2: Trying to remove duplicate rows using hashes

Replies are listed 'Best First'.
Re^3: Trying to remove duplicate rows using hashes
by jettero (Monsignor) on Oct 21, 2008 at 18:07 UTC
    EDIT: what do you mean by the "stomping"?

    I'm sure others have already answers this...

    I mean that your second each call is overwriting your $k2 value so your next call to each is operating on the value you replace $k2 with instead of the hashref you mean to have there.

    Stomping is a colloquial expression, by which I mean to stay "accidentally replacing" or "stepping on."

    -Paul

Log In?
Username:
Password:

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

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

    No recent polls found