Thread In anonymes Hash umwandeln
(9 answers)
Opened by J-jayz-Z at 2005-11-15 21:03
[quote=J-jayz-Z,15.11.2005, 20:03]
Code: (dl
)
my $foo = &splitme("foo/lol" => "blub","foo/lol/bla" => "grml"); Kann mir da jemand helfen ?[/quote] kannst du bitte mal sagen, was da herauskommen soll? einmal soll $foo->{foo}->{lol} = "blub" sein, dann wiederum soll aber $foo->{foo}->{lol}->{bla} = "grml" sein. das geht nicht. falls du dich da nur vertippt hast: Code: (dl
)
1 sub splitme { Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wie frage ich & perlintro brian's Leitfaden für jedes Perl-Problem |