Rob Dixon wrote:
> Tassilo Von Parseval wrote:
> > On Mon, Jun 02, 2003 at 07:53:06AM -0400 zentara wrote:
> >
> > > 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 nam
Tassilo Von Parseval wrote:
> On Mon, Jun 02, 2003 at 07:53:06AM -0400 zentara wrote:
>
> > 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?
On Monday, June 2, 2003, at 06:53 AM, zentara wrote:
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?
Well, if your still inside your
zentara wrote:
> 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:
>
> @somena
On Mon, Jun 02, 2003 at 07:53:06AM -0400 zentara wrote:
> 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?
>
> S
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