eclypto
12-29-2003, 07:08 AM
I need to know which of these laguages is best if I plan to offer message boards, tag boards, and clubs.
I'm about to choose which one to learn and I need to have the design of my website done -completely- by next year.
I need all the help I can get right now if I'm gonna acomplish this. I probably should have waited before buying the site, but...whatever. That's not even what I need right now.
On a previous post http://www.codingforums.com/showthread.php?s=&threadid=30719 , I asked how to create a .cgi file, and/or how to create a message board. I now have the correct code but not enough info on how to put this code on my page correctly. Any help is needed thanks.
Here is the code that he gave me - Please explain it!
#!/usr/bin/perl
use CGI qw(:standard :form);
use strict;
my $cgi = new CGI;
print $cgi->header(-type=>'text/html');
print "Hello\n";
__END__
I'm about to choose which one to learn and I need to have the design of my website done -completely- by next year.
I need all the help I can get right now if I'm gonna acomplish this. I probably should have waited before buying the site, but...whatever. That's not even what I need right now.
On a previous post http://www.codingforums.com/showthread.php?s=&threadid=30719 , I asked how to create a .cgi file, and/or how to create a message board. I now have the correct code but not enough info on how to put this code on my page correctly. Any help is needed thanks.
Here is the code that he gave me - Please explain it!
#!/usr/bin/perl
use CGI qw(:standard :form);
use strict;
my $cgi = new CGI;
print $cgi->header(-type=>'text/html');
print "Hello\n";
__END__