1. Computing

Absolute Beginners Guide - Perl Data Types

From Kirk Brown, About.com GuideMarch 20, 2006

The heart of any programming language is it's ability to manipulate data. Computers and computer programs would be of very little use if there was no way to introduce our own data to them so that we can do some actual computing. Even something as outwardly simple as a calculator requires an interface so that you can provide it with some data to do computations (i.e. numbers and operators).

Programming in Perl is no different - Perl provides three basic data types that you can use to feed your program various types of data. Find out about scalars, lists, and hashes in the next lesson from the Absolute Beginners Guide.
Comments
No comments yet. Leave a Comment
Leave a Comment

Line and paragraph breaks are automatic. Some HTML allowed: <a href="" title="">, <b>, <i>, <strike>

©2013 About.com. All rights reserved.