We Recommend

Learning Perl Learning Perl
In this smooth, carefully paced course, a leading Perl trainer teaches you to program in the language that threatens to make C, sed, awk, and the Unix shell obsolete for many tasks. This book is the "official" guide for both formal (classroom) and informal learning. It is fully accessible to the novice programmer.


Posted By

realgeeky on 12/31/07


Tagged

perl helloworld


Versions (?)


Perl Hello World


Published in: Perl 


Just a test

  1. #!/usr/bin/perl
  2.  
  3. echo "Hello World\n";

Report this snippet 

You need to login to post a comment.