Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Parsing Text into Arrays..

by BrowserUk (Patriarch)
on Jan 20, 2003 at 16:39 UTC ( [id://228386]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    ========================================
    From ;'([ 1, 2, "([", 0, ([ "internal", "})", 0,({ "key1": "value", "k
    +ey2": ([ "value", "array", ]), }), }), "end", ])'
    ...
              ],
              'end'
            ];
    
  2. or download this
    #! perl -slw
    use strict;
    ...
    ({ "key1": "value", "key2": "value2" })
    ({ "key1": "value", "key2": "value2", "key3": ({ "key1": "value", "key
    +2": "value2" }), })
    ([ 1, 2, "([", 0, ([ "internal", "})", 0,({ "key1": "value", "key2": (
    +[ "value", "array", ]), }), }), "end", ])
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://228386]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (3)
As of 2024-04-24 04:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found