Powered By Blogger

Monday, October 31, 2011

learn Pearl

hi,
"Perl" is one of the powerful programming language. So I thought of giving a series of posts for my users. From now on I'll be constantly posting about perl. Windows users can use cyg-win program for installing and using perl. I am using ubuntu to learn perl. As usual, the first program in any programming language is "Hello, World!" program.
open a terminal
$ perl
print "Hello, World!\n"    // enter this command and press CTLR+D to execute
Hello, World!
$

No comments:

Post a Comment