Help for this page

Select Code to Download


  1. 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"});
    
  2. or download this
    $obj->define("chew", \&CookieMonster::chew);
    $obj->parse("column:chew: 3x"); # chew the column 3 times