#!/usr/bin/perl use warnings; print "Hello World!\n"; #### $ mkdir begperl $ cd begperl