What package you use to create a windows services?



What package you use to create a windows services?..

Answer / Pravin Tripathi

In Perl, you can create Windows Services using 'Win32::ServiceManager' module. However, it requires ActiveState Perl for Windows.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More CGI Perl Interview Questions

Explain cpan?

1 Answers  


What is stdin in perl?

1 Answers  


Explain the difference between declarations of 'my' and 'local' variable scope in perl?

1 Answers  


Explain lists ?

1 Answers  


How do you open a file for writing?

6 Answers  


How will you get the count of parameters passed to a perl subroutine?

1 Answers  


What are the different ways to run cgi?

1 Answers  


What happens when you return a reference to a private variable?

1 Answers  


Where the command line arguments are stored and if you want to read command-line arguments with Perl, how would you do that?

1 Answers  


What purpose does each of the following serve: -w, strict, - T ?

2 Answers  


What is the use of -t?

1 Answers  


what is the function of Return Value?

1 Answers  


Categories