Hi,
This one is puzzling me.
I know it's in the faq, to not use variables for variable naming,
but I find it odd that I can't get a "stringified" form of a variable
name, maybe from the symbol table? Or from the B line of modules?
Say I have an array like:
@somename = (1,2,3,4,5);
and I want to write that array to a file, but I
want the file named automatically by just
dropping the @ off of the @somename.
How would you go about doing it? Plus,
I would like to be using strict.
Also the reverse: take a filename like "somename"
and load it to an array @somename just by some
concantation like @{'somename'}.
The @{'somename'} seems to work, but not with strict.
It seems like it should be easy, but it's not.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]