Mega Code Archive

 
Categories / Perl / String
 

Concatenate two string value in print statement

$hello = "Hello"; $there = "there"; print "$hello $there.";