Print Hello World in Perl

#!/usr/local/bin/perl -w
print "hello world\n"; #\n for next line
print "Davinder\n";
#END

Output


[root@Perl-scripts]# perl -w helloworld.pl
hello world
Davinder

Comments

Popular posts from this blog

How to delete SEA in VIOS

Webmin configuration for LDAP

CPU speed webpage "http://www.spec.org/cpu2006/results/cint2006.html"