On Thursday, May 23, 2002, at 05:39 , Michael Carmody wrote:
> How do I define variable variable names ? > > I have an array that contains the header cells of some long columns, from > which i want to create new arrays which are called by the names in the > array. > > e.g. > > @header = (Name, Address, Date, Expiry) > > And create arrays @name, @address...etc how about an alternative strategy - where we use the names of the headers as keys into a hash of arrays, say like: http://www.wetware.com/drieux/pbl/dbi/ArrayOhColumns.txt ciao drieux --- -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]