my $string= "can"; $string >> " compromise"; # $string is now "can compromise" $string << "I "; # $string is now "I can compromise"