my $string= "mirod"; $string += " is dumb"; # $string is now "mirod is dumb" $string -= "Sure "; # $string is now "Sure mirod is dumb"