Help for this page

Select Code to Download


  1. or download this
    ({ 1, 2, "three", 0, ({ "internal", "array", 0, }), "end", })
    
  2. or download this
    sub lpcarray_to_array
    {
    ...
        ${$ansp} = undef;
        return @result;
    }
    
  3. or download this
    ([ "key1": "value", "key2": ({ "value", "array", }) ])