1. Home
  2. Computing & Technology
  3. Perl

Assignment Operator

From About.com

Definition: The assignment operator in perl is the = character. It is used to assign data to any of perl's data types - a scalar, list, or hash.
$aScalar = "Scalar Value";
@aList = ("List", "Data");
%aHash = ("hash" => "data", "more" => "values");
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
  4. Perl Tutorials
  5. Perl Glossary
  6. Assignment Operator

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

All rights reserved.