I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2010-07-28 07:43:35.381728-07 by jmgdoc in response to 12842
Re: need to change and ad text in a given frame
This code should never work !
OpenOffice::OODoc is object-oriented. The getFrameElement() method, of course, won't work as long as you don't specify the calling document !!!
You should try with:

$doc->getFrameElement()
Direct Responses: 12844 | Write a response