Help for this page
print "$a$b$c\n"; print $a, $b, $c, "\n";
my $s = $a . $b . $c . "\n"; my $s = "$a$b$c\n";