Help for this page

Select Code to Download


  1. or download this
    ruby -rjson -e'puts JSON.generate([1,2,3,4])' | perl -MJSON -MData::Du
    +mper -e'print Dumper(decode_json <>)'
    
  2. or download this
    # array        list
    my @array = (1,2,3,4);