or download this
$obj = $module->new();
$obj->parse("-- greeting:gsub: /hi/hello"); # don't say "hi"
...
$obj->stack(action => 'gsub', name => 'when', format => '/1995/1996/')
+; # my company does not recognize the year 1995.
$cleaned = $obj->apply({greeting => "good morning", numbers => "t2", w
+hen => "2010116"});