Hi Everyone,
I have a technical question regarding how Perl scripts are run by Servers.
In traditional programming a source file (containing human readable programming instructions) is first compiled (into binary data) before it can be run by a computer.
Do Perl commands get compiled before being run, or does the "scripting engine" interpret the human readable commands directly?
Any help here will be greatly appreciated.
Kind Regards,
Davo