Help for this page

Select Code to Download


  1. or download this
    {"records":[{"email":"test@test.com","name":"test"}
    ..
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    my $cgi = CGI->new;
    print $cgi->header( 'application/json' );
    print to_json( \%output );