Difference between Perl and Mod_perl?
Answers were Sorted based on User's Feedback
Answer / shah faisal
Perl is a language and MOD_PERL is a module of Apache used
to enhance the performance of the application.
| Is This Answer Correct ? | 16 Yes | 0 No |
How to create a package?
What does the’$_’ symbol mean?
Mention the difference between die and exit in Perl?
In Perl, there are some arguments that are used frequently. What are that arguments and what do they mean?
what are the three groups involved in information sharing?
What is qq (double q)operator in perl?
how to search a unique pattern in a file by using perl hash map function ??? plz answer me
What does the qx{ } operator do?
What is automatic error handling in perl?
what are prefix dereferencer and list them out?
Which operator in perl is used for the concatenation of two strings?
What is the difference between $array[1] and @array[1]?