Answer Posted / jayakumar.b
Perl Installation on Linux/Unix:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
% perl Makefile.PL
% make // nmake for Windows.
% make test
% make install
% make clean
Perl Installation on Windows:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
% perl -MCPAN -e shell
% install <Module Name> Eg: install Net::FTP
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What are the various file operations in perl. Explain with example.
What does -> symbol indicates in Perl?
List all the features of perl programming?
What does delete function do in perl?
What are the reasons that cookie server can’t handle multiple connections?
What does a die() function do in perl?
Which statement has an initialization, condition check and increment expressions in its body? Write a syntax to use that statement.
Define perl scripting?
What are scalars?
What package you use to create a windows services?
Which has highest precedence in between list and terms? Explain?
What are the options that can be used to avoid logic errors in perl?
What is boolean context?
In Perl, there are some arguments that are used frequently. What are that arguments and what do they mean?
What is the use of –w?