Hi,
Ok quick and simple.
Firstly Ive got a script which is in Perl.
In order to do an SSI it wants me to add
<!-- exec --!> etc.. etc.. etc..
But I think the exec is an ASP Function, and since my host only does Perl and PHP, it stand to reason that I need to do somethin else.
I tried
<img src="/cgi-bin/script.pl">
but that didn't work either.
Any tips on what to do.....
Just out of curiosity coz at the moment I have the index page including 4 other PHP pages, so if I did get another PHP script done that will make it 5 is it faster or slower.
coz the reason I chose perl coz, Perl scripts dont need to have coded included or parsed on the spot only when they are submitted, well the one in my case does.
Thanks for any help
-regards-
UniMatrix