Like I said: "Use of uninitialized value in print"
Sorry, but where exactly did you say that?
Hi allI am trying to concatenate a string and a value of a variable to construct the name of a known variable.
For example:
$foo="foo"; $bar="f"; print ${$bar.'oo'}should give out: "foo" but it doesn't.
Now, before you say anything, yes, I know, I should use a hash instead, but humor me, would you ?
Thanks
Noam
In reply to Re^3: Variable name
by BrowserUk
in thread Variable name
by nsteiner
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |