Sample perl script to print hello world
Hi, This post is a simple perl script to print the sentence “Hello World”. #/usr/bin/perl -w print "Hello World \n"; Output: Hello World Here I have added \n to make the perl compiler to end... Continue reading →