At 01:04 PM 6/8/2003, Issa Mbodji wrote:

How do I multiply array elements (e.g @array = (1,2,3,4,5)) assuming that we do not initially know how many elements the array will have.


multiply the array against what?

if i remember right, $#array will return the the index number of the last element in the array.

HTH,
jon

_______________________________________________
Perl-Win32-Admin mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to