Dashboard
PHP:
8.1.34
OS:
Linux
User:
uid288609
/
/
usr
/
share
/
doc
/
libjson-parse-perl
/
examples
π€ Upload
π New File
π New Folder
Close
Editing: array.pl
#!/usr/bin/perl use warnings; use strict; use JSON::Parse ':all'; my $perl = parse_json ('["a", "b", "c"]'); print ref $perl, "\n";
Save
Cancel