jotti has asked for the wisdom of the Perl Monks concerning the following question: ⭐ (cgi programming)
...will the print line be interpreted 100 times? (I believe this was the case in old great interpreters like GWBASIC and QBASIC.) Or is the whole script compiled once every time it is called and then run like a compiled C++ executable CGI "script"?for (i = 0; i < 100; i++) { print "Hello, World\n"; }
Originally posted as a Categorized Question.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Are the scripts interpreted or compiled?⭐
by Elian (Parson) on May 31, 2002 at 18:40 UTC | |
|
Re: Are the scripts interpreted or compiled?⭐
by Juerd (Abbot) on May 31, 2002 at 10:53 UTC | |
|
Re: Are the scripts interpreted or compiled?
by Marza (Vicar) on May 31, 2002 at 18:00 UTC | |
|
Re: Are the scripts interpreted or compiled?
by Jenda (Abbot) on Jun 11, 2002 at 15:10 UTC |