Help for this page

Select Code to Download


  1. or download this
    my $count = keys %{ $testHash{$year} }
    
  2. or download this
    my $first = 1;
    while (...) {
    ...
        undef $first;
        print "..."; # print the sentence
    }