...but obviously still too hard for me. Here we go. Let's say I have an array @MyArray, and I have a scalar $MyScalar = 'MyArray', how do I do ${$MyScalar}[0] etc. In other words, the scalar holds, coincidentally, the name of the array - shouldn't I be able to use that to access the array? Without turning off 'use strict'?
Many thanks as always!
20050520 Edit by castaway: Changed title from 'Quick, simple, dumb question...'