Hello World with Perl

On your Linux system with Perl, create this program and chmod it to 755.

#!/usr/bin/perl -w
print "Hello World";