EXAMPLE1

use strict;
use warnings;

# Print.
print "Foo.\n";

EXAMPLE2

use strict;
use warnings;

# Print.
print "Bar.\n";