Re: how can I automatically compile a script?
Re: how can I automatically compile a script?
- Subject: Re: how can I automatically compile a script?
- From: David Lloyd <email@hidden>
- Date: Thu, 15 Feb 2001 09:15:51 +1100
>
> I have a cgi that creates a script by including some variables from a
>
> database. The cgi writes the script to disk. Is it possible to
>
> somehow automatically compile that script? I want to be able to hit
>
> it as a cgi itself later on and from my understanding, it has to be a
>
> compiled script in order for me to do that. Right?
Using the standard "run script" command works with uncompiled scripts and
plain text files as well. So, not only does it run compiled scripts, but it
compiles and runs script files saved as text. However, there is no doubt
that a bit of a lag will occur because it has to compile on the fly
everytime whilst using this scenario...
David Lloyd
---------------------------------
email: email@hidden
web:
http://www.kanzu.com
---------------------------------