GeekInterview.com
Home
Tech Articles
Code Samples
Learn
Freelance Projects
Online Testing
Geek Talk
Job Postings
Knowledge Base
Geek Blogs
Question Bank
Interview Questions
Certification
Placement Papers
Tech FAQ
Career Advice
Engineering
Ask Question
I am new,
Sign me up!
User Name
Remember Me?
Password
Interview Questions
Certification
Placement Papers
Tech FAQ
Career Advice
Engineering
Ask Question
GeekInterview.com
>
Interview Questions
>
Programming
>
Perl
Go To First
|
Previous Question
|
Perl
| Question 61 of 61
Print
Install Perl module using CPAN
How to install Perl module using CPAN. How to include the module in a program?
Total Answers and Comments:
3
Last Update: June 29, 2009 Asked by:
Tanu_shree
Sponsored Links
Best Rated Answer
—
No best answer available. Please pick the good answer available or
submit
your answer.
September 22, 2008 09:03:30
#1
maityar
Member Since: September 2008 Contribution: 1
RE: Install Perl module using CPAN
Try this command from DOX or UNIX Prompt. You will get a CPAN Prompt. To install a module use install modulename.
perl -MCPAN -e shell
Hope this help.
Is this answer useful?
Yes
|
No
0
1
Overall Rating:
-1
May 13, 2009 01:19:22
#2
dsenthil2003
Member Since: May 2008 Contribution: 1
RE: Install Perl module using CPAN
Get in to console prompt and follow as below
> CPAN to get the cpan prompt
CPAN > INSTALL <Module > which ask you for the dependency modules if required to get install along with the current. Proceed to yes or enter key module will get installed.
Is this answer useful?
Yes
|
No
June 29, 2009 02:36:56
#3
gireeshkumar.kg
Member Since: June 2009 Contribution: 5
RE: Install Perl module using CPAN
Get in to CPAN shell by
PERL -MCPAN -e shell
cpan> install "packagename"
Is this answer useful?
Yes
|
No
Go To Top
Sponsored Links
Related Categories
—
Algorithm Questions
C Interview Questions
C++ Interview Questions
ColdFusion Interview Questions
Delphi Interview Questions
Languages Interview Questions
Perl Interview Questions
PHP Interview Questions
Python Interview Questions
VBA Interview Questions
VoiceXML Interview Questions
XML Interview Questions
Sponsored Links
Featured Free Offers
Request Your Copy
Request Your Copy
Request Your Copy
About Us
-
Privacy Policy
-
Terms and Conditions
-
Contact
-
Ask Question
-
Propose Category
-
Site Updates
Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved