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 |
Explain cpan?
What is stdin in perl?
Explain the difference between declarations of 'my' and 'local' variable scope in perl?
Explain lists ?
How do you open a file for writing?
How will you get the count of parameters passed to a perl subroutine?
What are the different ways to run cgi?
What happens when you return a reference to a private variable?
Where the command line arguments are stored and if you want to read command-line arguments with Perl, how would you do that?
What purpose does each of the following serve: -w, strict, - T ?
What is the use of -t?
what is the function of Return Value?