J Jackie New member May 17, 2011 #1 What is the difference between these two constructs in Perl? $var = “$filename.$suffix”; $var = “$filename” . “$suffix”;
What is the difference between these two constructs in Perl? $var = “$filename.$suffix”; $var = “$filename” . “$suffix”;