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 |
Why do you use only Perl when there a lot of more languages available in market like C, Java?
Explain socket programming in perl?
Can inheritance be used in perl? Explain with the help of an example.
How to sort arrays in perl?
Explain the different types of data perl can handle.
How to deleting an existing file in perl programming?
Is there any way to add two arrays together?
What does -> symbol indicates in Perl?
Give an example of the -i and 0s option usage.
How would you ensure the re-use and maximum readability of your perl code?
What purpose does each of the following serve: -w, strict, - T ?
Define say() function in perl?