Concatenate two string value in print statement
$hello = "Hello"; $there = "there"; print "$hello $there.";