Explain CI and its benefits. How will you implement CI to a legacy system ? How is Perl interpreted ?
Sigiloso
How perl is interpreted - Perl is an interpreted language. However it internally creates a parse tree (but it does not create any bytecode as such) before executing it.