#!/usr/bin/env perl use utf8; ############################################################################### # Simple first program. # # Copyright © 2020 Richard Lesh. All rights reserved. ############################################################################### use strict; use warnings; MAIN: { print "Hello, world!\n"; }