A Andy New member Jun 2, 2010 #1 I have two variables $first = "andrew" and $last = "smith" and would like to add them so the output looks like "andrew.smith". I know that $first.$last would make it "andrewsmith" but I need the . in the middle.
I have two variables $first = "andrew" and $last = "smith" and would like to add them so the output looks like "andrew.smith". I know that $first.$last would make it "andrewsmith" but I need the . in the middle.