Help for this page
print $name, ", ", age;
print "$name, age";
print $fh $age;
$fh->print($s); # Perl5 $fh.print: $s; # Perl6