Difference between Perl and Mod_perl?

Answers were Sorted based on User's Feedback



Difference between Perl and Mod_perl?..

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

Difference between Perl and Mod_perl?..

Answer / sourisengupta

Thanks Faisal

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More CGI Perl Interview Questions

What does read () command do?

0 Answers  


What are the steps involved when the cgi program starts running?

0 Answers  


How to change a directory in perl?

0 Answers  


How do I print the entire contents of an array with Perl?

0 Answers  


What are the advantages of programming in perl?

0 Answers  


while(my($key, $value) = each(%hash) ) { print "$key => $value\n"; } my($key, $value); while(($key, $value) = each(%hash) ) { print "$key => $value\n"; } What is the different between these two code in case of "my" usage ?

1 Answers  


What is perl push array function?

0 Answers  


Write a program that explains the symbolic table clearly.

0 Answers  


What are the arguements we normally use for perl interpreter?

0 Answers  


What is the use of 'ne' operator?

0 Answers  


Why do we use "use strict" in perl?

0 Answers  


What is the Common Gateway Interface?

2 Answers  


Categories