Help for this page
use Apache::Request; use CGI; ... print("Post Data " . $test);
<html> <head></head> ... </form> </body> </html>
Alias /perl/ /usr/local/apache/cgi-bin/ ... allow from all </Location>