Help for this page

Select Code to Download


  1. or download this
    my %customers;
    my $customer_ref = \%customers;
    ...
    
    print $json;
    
  2. or download this
    {"cust":{"name":"Johns Autoshop","id":"5"}}
    
  3. or download this
    {"cust":[{"name":"Johns Autoshop","id":"5"}]}