Help for this page
substr( $buffer, $n, $m ) =~ s[this][that]g;
my $temp = $obj->get_thing( 15000, 20000 ); $temp =~ s[this][that]g; $obj->set_thing( 15000, 200000, $temp );