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 interface used in PERL to connect to database? How do you connect to database in Perl?
What is perl scripting?
Explain about typeglobs?
How to connect to SQL server through Perl?
How can arrays be tied?
Perl uses single or double quotes to surround a zero or more characters. Are the single(' ') or double quotes (" ") identical?
explain the various functions/directives in perl that allow you to include/import a module. Also, state the differences between them.
How we can navigate the xml documents?
What does `new $cur->{LINK}' do? (Assume the current package has no new() function of its own.)
How do I print the entire contents of an array with Perl?
Explain string comparison operators in perl.
What are scalars in perl?
In Perl we can show the warnings using some options in order to reduce or avoid the errors. What are that options?
Mention what is cpan?
Explain the internal working of cgi