Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^3: Help Extract these lines

by Laurent_R (Canon)
on Jun 17, 2013 at 22:25 UTC ( [id://1039480]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    my %my_hash;
    my $id;
    ...
    "name": "car",
    "id": "97f921-a312-fas2",
    "name": "ball",
    
  2. or download this
    $ perl   2_lines.pl
    $VAR1 = {
              'ball' => ' "97f921-a312-fas2",',
              'car' => ' "fasda-asd-123123-fkja123a",',
              'telphone' => ' "xx-ada-qwebasd",'
            };
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (4)
As of 2024-04-19 13:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found