Help for this page
$string =~ s/this/that/ig; --- RegEx re = new RegEx(/this/i); string = string.replace(re,"that","g");
%hash = ( foo => 'bar', ... hash.add("foo", "bar"); hash.add("ferd", "snodgrass"); hash.lookup("thing");