#!/usr/bin/perl use strict; use warnings 'all'; print "Hello, world!\n"; #### PS> perl hello.pl Hello, world!