#!/usr/bin/local/perl use strict; use warnings; use utf8; print {*STDOUT} “Hello, World!!!”;