Query: opal::manipulate
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
manipulate(3pm) User Contributed Perl Documentation manipulate(3pm)NAMEOpaL::manipulate - Perl extension for manipulating files.SYNOPSISuse OpaL::manipulate qw(functions); No functions or variables are exported automaticly so you have to specify them here.DESCRIPTIONOpaL::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.FUNCTIONSperlmodifyadvanced It simply applies the script to the file to change its content. 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: "perlmodifyadvanced"("file", "script", "message", errorlevel); The errorlevel is optional. perlmodify It simply fixes some stuff in the script string and then calls perlmodifyadvanced. USAGE: "perlmodify"("file", "script", "message", errorlevel); The errorlevel is optional. perlmodify_insertafter This function searches for something (regular expression). It if is found it inserts the text after it. But it will never insert the text twice. 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.AUTHOROla Lundqvist <ola@inguza.com>REQUIRESOpaL::action, OpaL::read.SEE ALSOOpaL::action OpaL::read perl(1) perl v5.10.1 2009-04-21 manipulate(3pm)
Related Man Pages |
---|
mirrortool(1) - debian |
poswap(1) - debian |
rc2po(1) - debian |
opal::manipulate(3pm) - debian |
test::inline::content(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
using find in C |
How to select text within the second ()? |
Manipulate fields with AWK whose positions are changable |
Renaming by manipulating strings |
Slack message multi line from UNIX script |