Computer Hope

Other Pages

Home
Site map
Computer help

Dictionary
News
Q&A
What's new

Tools

E-mail this page
Print Preview
Edit this page



 

Array

Related data values grouped together as one value. Below is an example of how an array is defined and called in Perl.

my @numbers = ("one", "two", "three", "four", "five");
print "$numbers[0] + $number[1] = 3";

The above Perl script would return the below text.

1 + 2 = 3

Also see: Programming definitions

 

Index

Category:
Dictionary

Related Pages:
A - Definitions

 

Resolved

Were you able to locate the answer to your questions?

Home - Computer help - Contact - Dictionary - Links
Link to Computer Hope - Bookmark Computer Hope