5 lines
68 B
Perl
5 lines
68 B
Perl
$hello = "Hello";
|
|
$there = "there";
|
|
print "$hello $there.";
|
|
|
|
|
$hello = "Hello";
|
|
$there = "there";
|
|
print "$hello $there.";
|
|
|
|
|