Soldato
- Joined
- 24 Nov 2002
- Posts
- 16,378
- Location
- 38.744281°N 104.846806°W
Am I being dense or something here?
I've installed ActivePerl (5.8.8 Build 819) for Win as I don't have a mac/linux set up handy.
However, I am a complete newbie when it comes to perl etc... how do I, for instance, 'install' something?
The instructions say things like:
A. DECOMPRESS
B. UNPACK
C. BUILD
Go into the newly-created directory and type:
perl Makefile.PL
dmake
dmake test
Depending on your perl configuration, dmake might not be available. You might have to substitute whatever perl -V:make says. (Usually, that will be nmake or make.)
D. INSTALL
While still in that directory, type:
dmake install
This doesn't work....? (have tried make, nmake and dmake)...
Am I being stupid here?
EDIT - also can't get cpan to work..
I've installed ActivePerl (5.8.8 Build 819) for Win as I don't have a mac/linux set up handy.
However, I am a complete newbie when it comes to perl etc... how do I, for instance, 'install' something?
The instructions say things like:
A. DECOMPRESS
B. UNPACK
C. BUILD
Go into the newly-created directory and type:
perl Makefile.PL
dmake
dmake test
Depending on your perl configuration, dmake might not be available. You might have to substitute whatever perl -V:make says. (Usually, that will be nmake or make.)
D. INSTALL
While still in that directory, type:
dmake install
This doesn't work....? (have tried make, nmake and dmake)...
Am I being stupid here?
EDIT - also can't get cpan to work..
Last edited: