- or download this
#!/opt/lampp/bin/perl
use CGI;
...
for ( $i=0; @perl_data2->[0][$i]; $i++ ) {
print $perl_data2[0]->[$i]{"name"}, "\n";
}
- or download this
window.onload = function() {
// some code here
...
}
}
- or download this
[
...
{"name": "petzata", "age": 31, "id": 83843 }
]