Help for this page

Select Code to Download


  1. or download this
    my %hash; 
    my $o1 = bless \%hash, 'C1';
    my $o2 = bless \%hash, 'C2';
    print "$_\n" for $o1, $o2;
    
  2. or download this
    C2=HASH(0x1829974)
    C2=HASH(0x1829974)