Help for this page

Select Code to Download


  1. or download this
        my $tables = $word->ActiveDocument->{Tables};
     
        for my $table (in $tables) {
    
  2. or download this
        my $tables = $word->ActiveDocument->{Tables};
    
    ...
    print sprintf "Tables has %d items", $tables->Count;
     
        for my $table (in $tables) {