I finally did get it working !
I played with every setting and nothing worked.
I fond that the only way I could get it to work was to change line 322 (on my calendar_admin.pl)
FROM:
$Template::CGI_URL = $ENV{'SCRIPT_NAME'} | | $ENV{'REQUEST_URI'};
TO:
$Template::CGI_URL = {'SCRIPT_NAME'} | | $ENV{'REQUEST_URI'};
Removing the $ENV worked in my case.
Thanks for your help, I will arrange for payment for the script at or next league meeting.
PS: you are right Micki this 'Ultra' hosting has been an 'Ultra' pain.
CMC
------------------