Help for this page

Select Code to Download


  1. or download this
    <!DOCTYPE html>
    <html >
    ...
    </body>
    </html>
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    print $cgi->header( 'application/json' );
    print objToJson( \@output );
    
  3. or download this
    Getting output as
    [{"email":"test@test.com","name":"test"},{"email":"test1@test.com","na
    +me":"Testone"},{"email":"test2@test.com","name":"TestTwo",},{"email":
    +"test3@test.com","name":"TestThree"}];