I'll need the JSON Perl module. I'm sure this has been solved before, I just can't see an example - is there a way to auto-include a Perl module (specifically the JSON one)? Is JSON built-in already?
Yes, we use it all over the place: use JSON::XS::VersionOneAndTwo; Then use from_json($data) and to_json($ref). -- Michael _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
