Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

copying and comparing objects

by nop (Hermit)
on Feb 02, 2001 at 02:55 UTC ( [id://55890]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $raw = Vhash->new(undefined=>0,
                 i=>$p_ids,
    ...
    
    my $xx = $raw->copy;
    if ($xx == $raw) {print "hurrah\n";} else {print "nope\n";}
    
  2. or download this
    package Vhash;
    
    ...
    }
    
    ...more...
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (5)
As of 2024-04-24 05:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found