i have a list of files that i'd like to put into an array. there are a number of different files each indentified by a 2 letter prefix. so the files might be call vs010101.000, ud010101.000, eq010101.000. at any other time there might a another type added. what i'd like to do is push modification times of each of those files into arrays for each type.
so i might have
for (@filetypes) { push(@$_modtime,$modtime); #obviously not how its done }
or something like that. what i'd like to know if how i create an array like that where the first 2 characters of the array are the type of file it is.
thanx in advanceIn reply to dynamically named arrays by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |