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 2011-04-22 05:37:13.671681-07 by richardh
How to insert New Page?
I'm doing
my $archive = odfContainer($testfile, create => 'text'); my $doc = odfConnector ( container => $archive, part => 'content', readable_XML => 'true' ) my $table = $doc->appendTable("foobar", 4, 2); etc
How do I insert New Page after that table?
Direct Responses: Write a response