Hello world ! Perl

Perl is a high-level, general-purpose, interpreted, dynamic programming language. Perl was originally developed by Larry Wall, a linguist working as a systems administrator for NASA, in 1987, as a general-purpose Unix scripting language to make report processing easier. (read all...)

Hello world example

This is the “Hello world !” source code example.

print "Hello world !\n";

Save it with in hello.pl then run it typing:

debarm:~# perl hello.pl
Hello world !

Installation

PERL is installed by default on Debian Linux

 
tutorial/perl.txt · Last modified: 2010/01/15 19:37 by tanzox
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki