Help for this page

Select Code to Download


  1. or download this
    my $iter = get_value_iter($oWkBook);
    while ($iter->(my $item_ref)) {
       $$item_ref =~ s/^\s+\n$//;
    }
    
  2. or download this
    sub get_value_iter {
       our $val; local *val = \$_[0];
    ...
          };
       }
    }