Help for this page

Select Code to Download


  1. or download this
    substr( $buffer, $n, $m ) =~ s[this][that]g;
    
  2. or download this
    my $temp =  $obj->get_thing( 15000, 20000 );
    $temp =~ s[this][that]g;
    $obj->set_thing( 15000, 200000, $temp );