Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

ckj's scratchpad

by ckj (Chaplain)
on Apr 04, 2012 at 10:53 UTC ( [id://963405]=scratchpad: print w/replies, xml ) Need Help??

Installing PP in windows from the link:
1.Go to http://search.cpan.org/dist/PAR-Packer/ 2.From the "Other releases" drop down list, select PAR-Packer-1.009 an +d download it 3.Decompress the archive, preserving directory structure Run perl Makefile.PL 4.Install all the missing prerequisites by hand using ppm. E.g., ppm i +nstall Module::ScanDeps etc 5.Install MingW: ppm install MingW 6.dmake, then dmake test, then dmake install OR 1) c:\>Net-SSH-Perl>perl Makefil.PL 2) c:\>Net-SSH-Perl>nmake 3) c:\>Net-SSH-Perl>nmake test 4) c:\>Net-SSH-Perl>nmake install Or ppm install PP Or 1. perl -MCPAN -e shell 2. install modulenames Other imp moduels installation: 1. Installing perl/Tk in windows: (32 bit) ppm install http://www.brib +es.org/perl/ppm/Tk.ppd (64 bit) ppm install http://www.bribes.org/per +l/ppm64/Tk.ppd 2. Installing any modules in windows: a. ppm install module_name b. perl -MCPAN -e shell , then install module_name c. Go to PPM, type package name in test box of GUI and mark it for ins +tallation and install it. 3. In case if you are still unable to install the modules, then manual +ly download it unzip it and install it: gunzip CGI.pm-3.25.tar.gz a.perl Makefile.pl b.nmake c.nmake install
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (7)
As of 2024-04-23 12:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found