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 happens to objects lost in "unreachable" memory, such as the object returned by Ob->new() in `{ my $ap; $ap = [ Ob->new(), $ap ]; }' ?
If you want to empty an array then how would you do that?
Explain gmtime() function in perl?
In Perl, what is grep function used for?
Explain goto label?
What is posix in perl?
Explain USE and REQUIREMENT statements?
what is the function of Return Value?
how to connect cisco switch uisng perl script
how to get back up from private character editor which is saved in the format of .udf
Can inheritance be used in perl?
What is perl pop array function?
What is the use of -w, -t and strict in Perl?
What is the use of "stderr()"?
What is -> symbol in perl?