SID-00738: Possibility to start own Perl when saving TWiki table?
| Status: |
Answered |
TWiki version: |
4.3.0 |
Perl version: |
|
| Category: |
CategoryAutomation |
Server OS: |
|
Last update: |
16 years ago |
Hi,
is there a possibility to start a Perl script simultaneously whenever saving a Twiki table? And if so, how is it done?
Thank you!
Best regards,
Felix
--
FelixBoehm - 2010-02-04
Discussion and Answer
Write a
TWiki Plugin. Use the
afterSaveHandler callback to take action when saving a TWiki page. Study
twiki/lib/TWiki/Plugins/EmptyPlugin.pm - and use as template for your own plugin.
--
PeterThoeny - 2010-02-05
Thanks a lot!
--
FelixBoehm - 2010-02-12
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.