1. Home
  2. Computing & Technology
  3. Perl
Perl Blog

From About.com

Absolute Beginners Guide - Perl Data Types

Monday March 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.
Explore Perl
About.com Special Features

Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >

Easy ways to connect two computers for networking purposes. More >

  1. Home
  2. Computing & Technology
  3. Perl

©2009 About.com, a part of The New York Times Company.

All rights reserved.