CGI Perl Question:

Difference between Perl and Mod_perl?

CGI Perl Interview Question
CGI Perl Interview Question

Answer:

Perl is a language and MOD_PERL is a module of Apache used
to enhance the performance of the application.


Previous QuestionNext Question
How to make the following assignment, as arrayreference assignment?

my $arr_ref=[1,2,3,4,4,elem];
Why we use "use lib $path"?