Sprog::Gear::FindReplace.3pm

Langue: en

Version: 2005-07-24 (mandriva - 01/05/08)

Section: 3 (Bibliothèques de fonctions)

NAME

Sprog::Gear::FindReplace - A find/replace filter

DESCRIPTION

This is a filter gear. It uses 'pipe' connectors for both input and output, reads a line at a time and performs a "s/pattern/replacement/" on each line. next gear depending on whether the line matched a pattern (regex). The user can choose to make the matching case sensitive or insensitive ("/i") and to perform multiple replacements in each line ("/g"). Copyright 2004-2005 Grant McLean <grantm@cpan.org>

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.