#!/usr/bin/perl

# A hello-world program for perl
print "Hello world!\n";

=begin comments
Saving: use .pl
Running: perl hello.pl

=comments
