Help for this page

Select Code to Download


  1. or download this
    my $count = keys %class1;
    
  2. or download this
    my %merged = (%class1, %class2, %class3);
    my $count = keys %merged;