#!/usr/bin/env perl use strict; use warnings; use utf8; print "Hello, World!!!\n"; exit 0;