The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.