lhoffmeyer has asked for the wisdom of the Perl Monks concerning the following question:
I imagine there is something simple I have left out. Any suggestions?foreach my $shape (in $p2->Slides(4)->Shapes()){ if ($shape->{Type}==18) {$shape~=/members\=[0-9]{2,3}/members\=$b4r4/;} }
Edit by dws to add <code> tags
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: win32::ole ppt regexp
by MZSanford (Curate) on Jan 10, 2003 at 16:48 UTC | |
by lhoffmeyer (Initiate) on Jan 14, 2003 at 21:20 UTC | |
by MZSanford (Curate) on Jan 15, 2003 at 14:29 UTC |