Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: How to compare content of two references for equality?

by hardburn (Abbot)
on Oct 07, 2003 at 13:37 UTC ( [id://297286]=note: print w/replies, xml ) Need Help??


in reply to How to compare content of two references for equality?

Struct::Compare:

use Struct::Compare; print "same" if compare( $ref1, $ref2 );
CAVEAT: Struct::Compare doesn't handle blessed refs.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (8)
As of 2024-03-28 12:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found