Re: Naming a variable from value of a scalar.

2003-01-18 Thread WilliamGunther
In a message dated 1/17/2003 6:04:41 PM Eastern Standard Time, [EMAIL PROTECTED] writes: Is it possible to name a variable as the numeric value of a scalar? Well, all scalar variables you create must start with a letter. But, if you're talking about something like this: $var = hello; ${$var}

Re: Naming a variable from value of a scalar.

2003-01-18 Thread Randal L. Schwartz
WilliamGunther == WilliamGunther [EMAIL PROTECTED] writes: WilliamGunther In a message dated 1/17/2003 6:04:41 PM Eastern Standard Time, WilliamGunther [EMAIL PROTECTED] writes: Is it possible to name a variable as the numeric value of a scalar? WilliamGunther Well, all scalar variables

Naming a variable from value of a scalar.

2003-01-17 Thread Ed Sickafus
Is it possible to name a variable as the numeric value of a scalar? Ed -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]