that says assign elements 12 through 24 of that array these values.

element numbering in perl starts at zero, so 12 is the 13th element in the
array.

-Tom Kinzer

-----Original Message-----
From: Ursala Luttrell [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 23, 2003 10:41 AM
To: [EMAIL PROTECTED]
Subject: Array Representation


I need to modify an existing perl script.  Within the code the following
appears:

@unique_array[12..24]=
$first_total,$second_total,$third_total,$fourth_total,undef,$fifth_total,$si
xth_total,undef,1000);

I don't understand what the function of [12..24] is.  Thanks in advance for
an explanation.



--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to