#!/usr/bin/perlprint "Content-type: text/plain","\n\n";$query_string=$ENV{'QUERY_STRING'};print $query_string;exit (0);
