Help for this page
$this->{ template } =~ s/$re/$this->replacement( $callback, $key, $1, +$2 )/eg;
sub replacement { my $this = shift; ... return $cb->( $key, $this->mask_block_params( $first, $second ) ); }