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

cbxk1xg
 2013-11-14 15:57
#172087 #172087
User since
2003-10-20
496 Artikel
BenutzerIn
[default_avatar]
Mhh.. Ich weiss ja, dass da immer eine Nummer steht. Nur halt nicht welche. Kann ich da keine RegEx nehmen, die nur nach Zahlen guckt? Oder eine Art Joker-Zeichen?

Ich dachte da an etwas wie:
Code (perl): (dl )
1
2
my $test = /\d+/;
my $text = $perl_data->{'query'}->{'pages'}->{$test}->{'extract'};


Geht nur leider nicht. :-(
Last edited: 2013-11-14 15:58:56 +0100 (CET)

View full thread Hash in JSON finden