in reply to Re^3: when is "my" not necessary?
in thread when is "my" not necessary?

Thanks... ephiphony moment. I'm convinced to use strict refs and eliminate any symbolic usage.

package x actually is a static cache of prefs stored in a database refreshed only when those prefers are updated by a user.

Doing my stunt (above), I'm now using a hash to store all form fields and simply checking presence using the x list for that preference.

Thanks-Thanks.