I have a script which needs to reset a series of variables several
times; I have a function setallvar() which first obtains all these
global variables, then sets them all. It's quite a tedious setup, but
quite useful to be able to basically unset them all like this. You
said this is poor form, what would you suggest instead, to mass-set
variables?