Help for this page

Select Code to Download


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