Lorem Ipsum

#### #!/usr/bin/perl -w use warnings; use JSON; use CGI; @my_query_string = split(/s=/,$ENV{'QUERY_STRING'}); my $scalar = join( '' , @my_query_string ); my $rec_hash0 = [$scalar]; my $einput = encode_json($rec_hash0); print "Content-type: text/html\n\n"; print "$einput\n"; #### [Tue Mar 01 20:59:32.474858 2016] [cgid:error] [pid 25562] (104)Connection reset by peer: [client 10.2.2.248:53551] AH02550: Failed to flush CGI output to client, referer: http://10.2.2.20/1z.html