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
You want to connect to sql server through perl. How would you do that?
How will you open a file in read-only mode in perl?
How to code in perl to implement the tail function in unix?
What are prefix dereferencer?
How to remove a directory in perl?
Which guidelines by Perl modules must be followed?
What can be done for efficient parameter passing in perl? Explain.
What are the arguements we normally use for perl interpreter?
Why aren't Perl's patterns regular expressions?
Explain the use of 'my' keyword in perl?
Explain split function in perl?
What are scalar data and scalar variables?
Explain goto name?
How do you set environment variables in perl?
Explain perl. What are the advantages of programming in perl?