Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^2: How to install the VmPerl module

by blackadder (Hermit)
on Mar 07, 2007 at 11:54 UTC ( [id://603596]=note: print w/replies, xml ) Need Help??


in reply to Re: How to install the VmPerl module
in thread How to install the VmPerl module

This what I did and it worked (it was the VI Perl toolkit that I needed)

Installing VI Perl ToolKit on windows
  • 1. download and do a default install of active perl
  • 2. go to c:\perl\bin and run ppm.bat
    • a. Go to the Edit menu and select Preferences
      • I. Add the following repository for the latest version of perl (>= 819):
        http://theoryx5.uwinnipeg.ca/ppms/
      • II. For older version of perl (<819) use:
        http://theoryx5.uwinnipeg.ca/cgi-bin/ppmserver?urn:/PPMServer58
  • 3. exit the Perl Package Manage and give the following commands (from \perl\bin)
    • a. ppm install XML-LibXML-Common
    • b. ppm install XML-LibXML
    • c. ppm install Crypt-SSLeay
    • d. ppm install Data-Dumper
    • e. ppm install Class-MethodMaker
  • 4. Reboot your system (this is to get the right path settings activated)
  • 6. Download nmake15 from Microsoft
    • a. Run nmake15.exe
    • b. Copy nmake.* c:\windows
  • 7. go to the directory whre you unpacked the VI3 Perl Toolkit and run the following commands
    • a. perl Makefile.PL
    • b. nmake
    • c. nmake install
You are ready now to run any of the perl example scripts or make some cool ones your self. To run a script just run the following command: perl name_or_your_script .pl
Blackadder

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://603596]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (5)
As of 2024-04-24 03:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found