# see:
open(NAME, "< file") || die $!;
print("one", "two", "three");
# and see:
chop $string;
carp "Some error.";
# but see:
print "a string";
my @stuff = split /\s/;
####
# a comment.
# a multi-
# line comment.
####
#a comment.
#a multi-
#line comment.