Link to home
Start Free TrialLog in
Avatar of Rudal
Rudal

asked on

Enable Perl script in my asp

Hi,

I want perlscript can be used in my asp. I used it like this:
<script language=PerlScript runat=server>
...
</script>

but I've got the following error message:

Active Server Pages error 'ASP 0129'

Unknown scripting language

/Prototype_Local/ASP Page1.asp, line 5

The scripting language 'PerlScript' is not found on the server.

..so what should I do ?

Thanks

@Rudal#
ASKER CERTIFIED SOLUTION
Avatar of aioudine
aioudine

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Rudal
Rudal

ASKER

Thanks aioudine