Re: get all the arrays with names starting with xyz

2003-08-18 Thread david
T.S.Ravi Shankar wrote: > Hi all : > > I have few arrays with names starting with "xyz_". After the initial > definitions I want to change values of a particular index of all arrays > whose names start with "xyz_". It would be cumbersome for me to do > something like : > > $xyz_blahblah[$index

RE: get all the arrays with names starting with xyz

2003-08-17 Thread Marcos . Rebelo
the eseast way is having all the arrays in a hash. map{$hash{$_}->[$index]="" if /^xyz/}(keys(%hash)); -Original Message- From: T.S.Ravi Shankar [mailto:[EMAIL PROTECTED] Sent: Monday, August 18, 2003 8:51 AM To: [EMAIL PROTECTED] Cc: Ravi Subject: get all the arra

get all the arrays with names starting with xyz

2003-08-17 Thread T.S.Ravi Shankar
Hi all : I have few arrays with names starting with "xyz_". After the initial definitions I want to change values of a particular index of all arrays whose names start with "xyz_". It would be cumbersome for me to do something like : $xyz_blahblah[$index] = "ldfhdlf"; $xyz_blooblooh[$index] = "