Thread Hash in JSON finden (21 answers)
Opened by cbxk1xg at 2013-11-14 15:42

pq
 2013-11-14 16:23
#172093 #172093
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
wenn es nur ein key ist, kannst du das auch einfacher haben:
my ($DumbNumberedKey) = keys %{ $perl_data->{query}->{pages} };
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: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem

View full thread Hash in JSON finden