Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: ActiveState Module Install Without PPM

by imrags (Monk)
on Jun 18, 2009 at 05:39 UTC ( [id://772644]=note: print w/replies, xml ) Need Help??


in reply to ActiveState Module Install Without PPM

If you have missed the dll file(as mentioned earlier), that could be one of ur problem
or the path to the file should be included in the script itself
Here's what i do when i use activestate perl.
1. I download the module (tar.gz) file
2. Extract it using WinRAR
3. Use Nmake to install the module (Nmake 1.5 from Microsoft)
Nmake Nmake test Nmake install
4. Open the Pm file and check what modules it uses or
run "perl -e "use <Module Name>" from commandline
5. If it doesn't throw an error, it's working :)
else, you'll know which dependent module is not present...
Raghu

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (8)
As of 2024-03-28 09:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found