Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    else{
        print " inside falied block\n";
    }
    
  2. or download this
    #use cgi.pm to get json as input
        my $q = CGI->new;
    ...
        print $q->header("application/json");
        #print Dumper($input);
        print $json->encode({ c => $c });