Thread not a hash reference bei JSON decode (4 answers)
Opened by perl_gast at 2015-02-18 00:35

FIFO
 2015-02-18 08:41
#179721 #179721
User since
2005-06-01
469 Artikel
BenutzerIn

user image
Guest perl_gast
Code: (dl )
print Dumper(\%$decoded);


Nebenbei: print Dumper($decoded); reicht. Ist ja schon eine Referenz, die Du mit % dereferenzierst, um dann mit \ wieder eine Referenz herzustellen.
Everyone knows that debugging is twice as hard as writing a program in the first place. So if you're as clever as you can be when you write it, how will you ever debug it? -- Brian Kernighan: "The Elements of Programming Style"

View full thread not a hash reference bei JSON decode