Thread Hashes und Substitution: Variable in der Variable (6 answers)
Opened by esskar at 2006-10-31 19:51

suliko
 2006-10-31 19:16
#71343 #71343
User since
2006-04-26
23 Artikel
BenutzerIn
[default_avatar]
Hallo,

ich habe ein Problem und zwar, wenn ich in einem Hash eine relativ große Datenstruktur habe, z.B.:

Code: (dl )
1
2
3
4
5
%cmdNrName = (
key_a=>"\$TextVar::value_a",
key_b=>"\$TextVar::value_b",
key_c=>"\$TextVar::value_c",
key_d=>"\$TextVar::value_d");


wie kann ich die Values-Inhalte ausgeben?

Wenn ich die Daten zerlege:

Code: (dl )
while(($key, $value) = each(%cmdNrName)) {}


dann steht es im $value z.B. $TextVar::value_d und ich möchte, dass da eine Substitution realisiert wird.
:::bona mente:::

View full thread Hashes und Substitution: Variable in der Variable