CGI Perl Question:

Difference between Perl and Mod_perl?

Tweet Share WhatsApp

Answer:

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

Download CGI Perl PDF Read All 18 CGI Perl Questions
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"?