#To assign a scalar to another scalar, you simply say: # $string1 = "This is a scalar"; # or # $string1 = $string2;