say "$x + $y = $sum";
3 + 6 = 9
my $filename = '/etc/hosts'; my $st = stat($filename); say "Size: $st->size bytes";