Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
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 cooling their heels in the Monastery: (8)
As of 2024-04-24 11:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found