Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Compare data structures (without loops)

by jasonk (Parson)
on Feb 19, 2003 at 17:45 UTC ( [id://236735]=note: print w/replies, xml ) Need Help??


in reply to Compare data structures (without loops)

This wheel has been invented several times, but Data::Compare or Struct::Compare seem to be the closest to what you are looking for.

  • Comment on Re: Compare data structures (without loops)

Replies are listed 'Best First'.
Re: Re: Compare data structures (without loops)
by Jenda (Abbot) on Feb 19, 2003 at 20:46 UTC

    Thanks. I know I should have looked into CPAN. I was sure to find many so I was hoping for an "I'm using this one and am happy with it" type of response. :-)

    Data::Compare looks slightly better (though neither seems to care about loops), so I'll take that one as the basis. As I said I need/want something a little different. I don't need $struct1 == $struct2, but something like $struct1 <= $struct2.

    That is "Do all hashes in $struct2 contain all the keys as those in $struct1 and with the same values? Do all arrays in $struct2 have at least as many items and those in $struct1 and do those have the same values? I don't mind if the hashes in $struct2 contain additional keys or the arrays have more item.

    I have this implemented (will then send my additions to the Data::Compare's author), but I can't think up a decent name for the function. During the development I used CompareX(), but that doesn't say anything about what it does. Does anyone have a suggestion?

    Jenda

      Maybe contains_at_least? I can't think of any better name..

      Makeshifts last the longest.

Log In?
Username:
Password:

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

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

    No recent polls found