... Is there a general guide on how to replace such a filter, done by a module, with a module that uses an external program?
Its easy to create a new Template::Plugin::Filter, you simply copy/paste the existing Template::Plugin::MultiMarkdown, rename it (say Template::Plugin::MultiMarkdownBin ), and replace the module-calling-part with something that calls the external program.
To know how to call this external program, the first step is locating the documentation for this external program to learn how to use it.
Then use something as discussed in perlipc (open2,open3, qx ...
You can use Capture::Tiny, IPC::Run3 ....
But you start with the documentation of this external program...
In reply to Re^3: Replacing perl module with external program
by Anonymous Monk
in thread Replacing perl module with external program
by sgbotsford
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |