The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Description

EXPERIMENTAL Global Search and Replace for MojoMojo pages. This script will search and replace on the most recent version of all pages. It has NOT been thorougly tested yet. Use at your own risk.

Usage

General Form: perl script/util/search_and_replace.pl --search 'something' --replace 'something else'

Concrete Example: perl script/util/search_and_replace.pl --search 'Cata\sliscious' --replace 'Dog man was here.'

The concrete example will replace 'Cata liscious' with 'Dog man was here.' Note the use of \s to match a space in the search term.