Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Re: Re: Comparing hashes without sorting the keys

by demerphq (Chancellor)
on Feb 20, 2004 at 16:16 UTC ( [id://330582]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Data::Compare;
    # this test is called "Scalar Cross" in both the Data::BFDump and Data
    +::Stream test sets
    ...
    $a->[0]=\$a->[1]; 
    $a->[1]=\$a->[0]; 
    print Compare([$x,$y],$a); # infinte loop
    

Log In?
Username:
Password:

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

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

    No recent polls found