in reply to How to operate on multiple Excel worksheets with variable array
Whenever you start naming variables $var1, $var2, ..., $var5, this is signal that there is probably something wrong with your code and that you should probably have a @var array instead, with the values stored in $var[0], $var1, etc.
|
|---|