Hello, World!
#!/usr/bin/perl
#
# The traditional first post.
# Strict and warnings are recommended.
use strict;
use warnings;
# Print a message.
print "Hello, World!\n";
We decided to move our blog to Medium, so this is our “Hello, World!” in this publication.