Moved examples to eg/
[catagits/fcgi2.git] / perl / eg / echo.pl
similarity index 92%
rename from perl/echo.PL
rename to perl/eg/echo.pl
index a8f9dec..c433681 100644 (file)
@@ -1,12 +1,5 @@
-use Config;
+#!/usr/bin/perl
 
-open OUT, ">echo.fpl";
-print OUT "#!$Config{perlpath}\n";
-print OUT while <DATA>;
-close OUT;
-chmod 0755, "echo.fpl";
-__END__
-#
 #  echo-perl --
 # 
 #      Produce a page containing all FastCGI inputs