manipulate(3pm) | User Contributed Perl Documentation | manipulate(3pm) |
OpaL::manipulate - Perl extension for manipulating files.
use OpaL::manipulate qw(functions);
No functions or variables are exported automaticly so you have to specify them here.
OpaL::manipulate is a module for manipulating files.
All functions are autoloaded so they will not be loaded into memory if you have not used them before.
USAGE:
"perlmodifyadvanced"("file",
"script",
"message", errorlevel);
The errorlevel is optional.
USAGE:
"perlmodify"("file",
"script",
"message", errorlevel);
The errorlevel is optional.
You also have to apply a message to tell what you are doing mostly for debugging and if any error occures. The error level tells how critical this action is to the script.
USAGE:
"perlmodify_insertafter"("file",
"find", "text",
"message", errorlevel);
The errorlevel is optional.
Ola Lundqvist <ola@inguza.com>
OpaL::action, OpaL::read.
OpaL::action
OpaL::read
2022-03-24 | perl v5.34.0 |