Help for this page

Select Code to Download


  1. or download this
    my ($c, $start, $end) = (2, 0, 0);
    foreach $elemetns(keys %hash)
    ...
        my $r = $document->Range($start, $end);
        ...
    }
    
  2. or download this
    ...
    my @elements = (
    ...
        my $r = $document->Range($start, $end);
        ...
    }