473,473 Members | 2,110 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Perl on Windows

55 New Member
I want to know
1. How to install modules on windows.
2. Where are the .pm files are getting generated after installation
3. where to search for the modules for windows
Sep 18 '07 #1
5 1059
numberwhun
3,509 Recognized Expert Moderator Specialist
I want to know
1. How to install modules on windows.
2. Where are the .pm files are getting generated after installation
3. where to search for the modules for windows
Your first question can be answered by the CPAN FAQ. For windows, you would use the ppm (Perl Package Manager) that came with the Active State distribution.

Your second question, I am not 100%, but I believe that each module has its own directory under c:\perl\lib and under there are the .pm files.

Your third questions, you want to search for modules on CPAN, which is the Perl module repository.

Regards,

Jeff
Sep 18 '07 #2
KevinADC
4,059 Recognized Expert Specialist
I want to know
1. How to install modules on windows.
2. Where are the .pm files are getting generated after installation
3. where to search for the modules for windows
Open the activestate perl documentation that comes with activestate perl and find and read the PPM documentation.
Sep 19 '07 #3
rahatekarabhijeet
55 New Member
Thank you for your help in getting started me with Perl on Windows platform.
Sep 19 '07 #4
Kelicula
176 Recognized Expert New Member
Thank you for your help in getting started me with Perl on Windows platform.

I recently went through alot of trouble trying to get the GD image mod for ActiveState. I learned that every time you open the ppm it will search for updates of the mods you have installed, and automatically synchronize your libs with the latest releases. But if you want to load a mod that is not listed under the ppm, it is a little tougher. I don't know if there are downloads available of EVERY mod for Windows. But I did eventually find the GD ppm and was able to load it on my comp.

You can also use the ppm as command line, without opening the GUI.

Open DOS; type:
Expand|Select|Wrap|Line Numbers
  1. perl -MCPAN -e "YOUR::MODNAME"
Where YOUR::MODNAME is substituted with the module.
That way requires you to have the nmake installed, you can get it here:
http://download.microsoft.com/downlo...US/Nmake15.exe

If it says do you want to configure , select no, unless you know what your doing.

or if you know the URL of the .ppm file that you want to install, type:

Expand|Select|Wrap|Line Numbers
  1. ppm install http://www.theaddresshere.com
Good luck!!
Sep 22 '07 #5
jaynemarie
8 New Member
I found this site handy.

http://www.tanguay.info/web/tutorial.php?idCode=installPerl&sectionIdCode=crea teHelloWorldProgram
Sep 24 '07 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: dpackwood | last post by:
Hello, I have two different scripts that do pretty much the same thing. The main perl script is on Windows. It runs and in the middle of it, it then calls out another perl script that then...
4
by: Firewalker | last post by:
Hey guys, I am newbie to perl. I am trying to deal with dates ( such trying to find what the date would be after month). Is therea function or date class( I am a java programmer, I couldnt find...
1
by: J-miami | last post by:
I am just starting to learn Perl. I had an idea that there should be free open-source Internet Cafe management software for Linux. I searched around online but couldn't find anything. The...
10
by: Hendry Taylor | last post by:
I wrote a perl script and tested it on windows and it works fine. I then moved it onto a solaris machine and now it says that there is a syntax error with the following line of code: $user1 =...
12
by: rurpy | last post by:
Is there an effcient way (more so than cgi) of using Python with Microsoft IIS? Something equivalent to Perl-ISAPI?
0
by: gedsta | last post by:
Hi all I am a total noob and its my 2nd post, first of all thank you for letting me use these forums as a source of information, and hopefully once i get my head round perl i maybe able to help...
7
numberwhun
by: numberwhun | last post by:
**NOTE: This article is written using the 5.8.8 Alpha2 release of Strawberry Perl. I am writing this article with much joy and glee. This is due to the fact that Active State no longer has a...
1
by: Perl Beginner | last post by:
Hi All, I have a very extensive Perl script using Win32. This is an automation script which manipulates various windows using the mouse and keyboard (using Win32::GuiTest). The various windows...
1
by: megaman1 | last post by:
I’m trying to connect with perl DBD::Oracle on Windows to Oracle DB (Linux). I compiled the Oracle.dll using the commands “perl Makefile.pl” “nmake” and “nmake install”, but when I try to connect...
1
by: Ant | last post by:
Hello! I am looking for a good hardcopy Perl book for newbies/beginners (including myself) who use Windows (not UNIX/Linux) and that isn't so old. After talking to my Linux friends who use Perl,...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.