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 scalar data and scalar variables?
What does cgi program store?
You want to empty an array. How would you do that?
List the files in current directory sorted by size ?
What is the purpose of “_file_ literal” and “_line_ literal” in perl?
How can I implement the function overloading in Perl ? I read about the operator overloading, I do not know how to implement the function overloading. Thanks in advance ?
Enlist the advantages of using c over perl?
What is the difference between perl array and perl hash?
You want to connect to sql server through perl. How would you do that?
What is perl shift array function?
How do I sort a hash by the hash value?
What is grep used for in perl?
what are the two ways to get private values inside a subroutine or block?
What does Perl do if you try to exploit the execve(2) race involving setuid scripts?
What are scalars in perl?