CGI Perl Question:
Download Job Interview Questions and Answers PDF
Difference between Perl and Mod_perl?
Answer:
Perl is a language and MOD_PERL is a module of Apache used
to enhance the performance of the application.
to enhance the performance of the application.
Download CGI Perl Interview Questions And Answers
PDF
Previous Question | Next 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"? |