Help for this page

Select Code to Download


  1. or download this
    # Using JSON::XS
    use strict;
    ...
    }
    
    #And then use decode_json() from JSON::XS somewhere else to get an arr
    +ay of your values.