#!/usr/bin/perl

#This will print "Hello,World"
print "Hello,world\n";


chmod 777 hello.pl
./hello.pl