If you can read this page then the cgi-bin and
this script have executed without errors. Your
CGI-BIN is set up and working correctly.
If installing dtp-aus.com scripts, you can now
try the makedir.cgi script to create directories
and empty files, ready for FTP uploading of all
the files supplied (see readme.htm)."; }
elsif ($] && $] !~ /^5/ && !$is32) {
$t1 = "
If you can read this page then the cgi-bin and
this script have executed without errors. Your
CGI-BIN is set up and working correctly.
However, $pl is
is NOT calling Perl versions 5. My dtp-aus.com
scripts are written for Perl Version 5. Contact
your Host Service for the correct path to Perl 5
on your server."; }
elsif ($is32) {
$t1 = "
My dtp-aus.com Perl 5 scripts are not written for
MS NT, nor do they currently receive any support
for that operating system.
But, if you can read this page then the cgi-bin
and this script have executed without errors. Your
CGI-BIN is set up and working correctly."; }
elsif (!$]) {
$t1 = "
Your Perl Version could not be ascertained
for installation verification.
But, if you can read this page then the cgi-bin
and this script have executed without errors. Your
CGI-BIN is set up and working correctly."; }
else {$t1 = "
Details could not be ascertained.";} print qq~
| $pl Perl $]$is32 | |
|---|---|
|
| If the latest v5 of perl is not reported above, try another (first line, top of the script). ** From most servers a list should have been created below. |
|
To check your Sendmail program, enter the path in the first box. IF A CRASH OCCURS then use the back arrow to return and try another. BUT IF this page reappears then check your e-mail where a simple letter should arrive within minutes. |
| * malfunctioning server Sendmail set up can receive without error BUT not send!! NOTE: Some servers might report the Sendmail path below. ** perl paths may be listed below from some servers but not the sendmail path. |
~; $mprog =`whereis sendmail`; $path =`whereis perl`; @chked1 = split(" ",$mprog); @chked2 = split(" ",$path); $is = `which perl`; $mis = `which sendmail`; print qq~ |
Mail 'attempt' passed - check your mail
"; } else {$boo = "Could not open Sendmail!
";} } sub GetFormInput { if ( $ENV{'REQUEST_METHOD'} eq 'GET' ) { $buffa = $ENV{'QUERY_STRING'}; } elsif ( $ENV{'REQUEST_METHOD'} eq 'POST' ) { read(STDIN,$buffa,$ENV{'CONTENT_LENGTH'}); } else { print "Content-Type: text/html\n\n"; print "