use strict; use warnings; use Sys::Hostname; print "I am running on:". hostname .", thank you and goodnight\n";