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...