Dark Dragon
06-03-2003, 10:39 PM
Okay...since my guestbook is nearing completion I find I need a CGI script to make it display the results of whoever makes entries...I found a script but I am unsure if this is the correct one...please take a look and tell me if this is the right one:
#!/user/bin/perl
print "Content-Type:text/html\n\n";
print "<html><head>\n";
print "<title>Post Method</title>\n";
print "<head>\n";
print "<body>\n";
read(STDIN,$buffer ,$ENU{'CONTENT_LENGTH'});
print $buffer;
print "</body></html>\n";
Thanks a bunch
P.S I am not trying to bug anyone but I found a few scripts but it is unclear to me what they do
#!/user/bin/perl
print "Content-Type:text/html\n\n";
print "<html><head>\n";
print "<title>Post Method</title>\n";
print "<head>\n";
print "<body>\n";
read(STDIN,$buffer ,$ENU{'CONTENT_LENGTH'});
print $buffer;
print "</body></html>\n";
Thanks a bunch
P.S I am not trying to bug anyone but I found a few scripts but it is unclear to me what they do