#!/usr/bin/env perl use strict; use warnings; print "Hello world\n"; 1; __END__