Help for this page

Select Code to Download


  1. or download this
    foreach my $row ($te->rows)
    {
    ...
    }
    
    print Dumper %map;
    
  2. or download this
    for my $LSS ( sort keys %map )
    {
    ...
        }
        
    }