Help for this page

Select Code to Download


  1. or download this
    #push @{$hash{$name}},$col2,$col3;
    push @{$hash{$name}},"$col2\t$col3"; # device year
    
  2. or download this
    foreach my $name (keys %hash){
      print "$name\n";
    ...
        print "\t$sit\n";
      }
    }