#!/usr/bin/perl use strict; use warnings; print "Hello World\n" ; #### % pp -o hello hello.pl #### % ./hello Hello World
## % pp -o hello hello.pl ##
## % ./hello Hello World