It's my impression (Danger Will Robinson!) that an array has a name while a 
list doesn't. That is, for:

my @ary = (1, 2, 3);

"@ary" is an array, while "(1, 2, 3)" is a list, the contents of which are the 
three integers, one, two, and three.

This probably isn't quite kosher--there's probably more to it than this. Just 
my two cents.

Deane Rothenmaier
Programmer/Analyst - IT-StdCfg
Walgreens Corp.
2 Overlook Point #N51022D
MS 6515
Lincolnshire, IL 60069
224-542-5150

I will make sure that my doomsday device is up to code and properly grounded. - 
Peter Anspach's list of 100 things to do when one becomes an Evil Overlord

-----Original Message-----
From: perl-win32-users-boun...@listserv.activestate.com 
[mailto:perl-win32-users-boun...@listserv.activestate.com] On Behalf Of Barry 
Brevik
Sent: Friday, August 19, 2011 3:25 PM
To: perl-win32-users@listserv.ActiveState.com
Subject: List vs. Array

Since list traffic seems to be overly light, I'll post this slightly off-topic 
query.
 
All of my Perl books seem to use the word "list" and "array"
interchangeably. Is there a difference between a list and an array?
(believe it or not, I'm not a newb).
 
Barry Brevik
Stellar Microelectronics
_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to