|
Softpanorama |
May the source be with you, but remember the KISS principle ;-)
Softpanorama Search
|
Prev | Up | Contents | Down | Next
Version 0.75
2.1. Hello World in Perl
2.2. Overview of Perl Lexical Structure, Syntax and Operators
2.3. Perl Variables
2.5. Typical errors and pitfalls
2.6. Homework
This chapter provide a general overview of Perl. The problem here is that it's impossible to construct a very logical sequence of chapters in such a way that material of nest would be completely based on than previous. So here is have something like view of Perl kingdom from a helicopter. Foot travel is necessary to get the full picture, but it's much more time consuming :-).
You should use Perl man pages as a reference. We provided slightly modified and annotated man pages at your convenience at www.softpanorama.org
Both Perl and C/C++ share the same basic rules and layout:
Scripts are executed sequentially, on a statement by statement basis.
Statements must be terminated by a semicolon, statements can be separated by new lines.
Blocks are delimited by braces.
Functions can be defined before or after you use them.
Prev | Up | Contents | Down | Next
Copyright © 1996-2009 by Dr. Nikolai Bezroukov. www.softpanorama.org was created as a service to the UN Sustainable Development Networking Programme (SDNP) in the author free time. Submit comments This document is an industrial compilation designed and created exclusively for educational use and is placed under the copyright of the Open Content License(OPL). Site uses AdSense so you need to be aware of Google privacy policy. Original materials copyright belong to respective owners. Quotes are made for educational purposes only in compliance with the fair use doctrine.
Disclaimer:
Last modified: September 06, 2009