You only need CGI.pm and Carp.pm files. And make sure they are case sensitive. You need to upload CGI.pm NOT cgi.pm and Carp.pm NOT carp.pm.
To check the syntax of your .cgi scripts, do the following (as has been provided MANY times in this forum and in the Installation Forum)....
1) Connect to your account via telnet.
2) Connect to your directory where the mylinks.cgi is located:
3) Check the syntax of the mylinks.cgi file:
BTW: Your hosting company should really be responsible for compiling the needed modules for their customers.
Regards,
------------------
Eliot Lee....
Former Handle: Eliot
Anthro TECH, L.L.C
anthrotech.com
* Check Resource Center
* Search Forums
* Thinking out of the box (codes) is not only fun, but effective.
To check the syntax of your .cgi scripts, do the following (as has been provided MANY times in this forum and in the Installation Forum)....
1) Connect to your account via telnet.
2) Connect to your directory where the mylinks.cgi is located:
Code:
cd /cgi-bin/links/3) Check the syntax of the mylinks.cgi file:
Code:
perl -c mylinks.cgiBTW: Your hosting company should really be responsible for compiling the needed modules for their customers.
Regards,
------------------
Eliot Lee....
Former Handle: Eliot
Anthro TECH, L.L.C
anthrotech.com
* Check Resource Center
* Search Forums
* Thinking out of the box (codes) is not only fun, but effective.