YOU HAVE NOT CHANGED THE CODES I SUGGESTED!
Find these codes in your mylinks.cgi script:
use CGI::Carp qw/fatalsToBrowser/;
AND CHANGE THESE CODES TO:
use Carp qw/fatalsToBrowser/;
PLEASE read my suggestions carefully and at least try to use them.
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.

Find these codes in your mylinks.cgi script:
Code:
use CGI (); use CGI::Carp qw/fatalsToBrowser/;
AND CHANGE THESE CODES TO:
Code:
use CGI; use Carp qw/fatalsToBrowser/;
PLEASE read my suggestions carefully and at least try to use them.

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.