Re: how to create a serial of array names in perl

2006-08-17 Thread chen li
--- Joshua Colson <[EMAIL PROTECTED]> wrote: > On Thu, 2006-08-17 at 14:21 -0700, chen li wrote: > > Dear all, > > > > Is it possible to create a serial of array name > using > > a loop, such as @array0,@array1, @array2, ..., to > > @array(n-1)? > > Yes, it is possible. > > Why do you want to

RE: how to create a serial of array names in perl

2006-08-17 Thread Timothy Johnson
data structures. -Original Message- From: chen li [mailto:[EMAIL PROTECTED] Sent: Thursday, August 17, 2006 2:21 PM To: beginners@perl.org Subject: how to create a serial of array names in perl Dear all, Is it possible to create a serial of array name using a loop, such as @array0,@array1, @

Re: how to create a serial of array names in perl

2006-08-17 Thread Joshua Colson
On Thu, 2006-08-17 at 14:21 -0700, chen li wrote: > Dear all, > > Is it possible to create a serial of array name using > a loop, such as @array0,@array1, @array2, ..., to > @array(n-1)? Yes, it is possible. Why do you want to do that, though? -- Joshua Colson <[EMAIL PROTECTED]> -- To unsu

how to create a serial of array names in perl

2006-08-17 Thread chen li
Dear all, Is it possible to create a serial of array name using a loop, such as @array0,@array1, @array2, ..., to @array(n-1)? Thanks, Li __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com