Help for this page
print "a" eq "a"."\n";
print("a" eq "a\n");
print(("a" eq "a")."\n");
print "a" eq "a", "\n";
use feature 'say'; say "a" eq "a";