in reply to Re: win32::ole ppt regexp
in thread win32::ole ppt regexp
foreach my $shape (in $p2->Slides(4)->Shapes()){ if ($shape->{Type}==18){ my $text = $shape->TextFrame->TextRange; print "$text \n"; $shape =~s/members\=[0-9]{2,3}/members\=$b4r4/; } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: win32::ole ppt regexp
by MZSanford (Curate) on Jan 15, 2003 at 14:29 UTC |