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

A guide to installing modules for Win32

by holli (Abbot)
on Feb 26, 2005 at 20:15 UTC ( [id://434813]=perltutorial: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    C:\>ppm
    PPM - Programmer's Package Manager version 3.1.
    ...
    Type 'help' to get started.
    
    ppm>
    
  2. or download this
    ppm> install Death::Star
    
  3. or download this
    C:\> ppm install Death::Star
    
  4. or download this
    ppm> search Death::Star
    Searching in Active Repositories
        1. Death::Star              [1.0] a module to kill planets
        2. Death::Star              [2.0] kill planets with more firepower
    ppm>
    
  5. or download this
    ppm> desc 2
    ====================
    ...
    Available Platforms:
           1. MSWin32-x86-multi-thread-5.8
    ====================
    
  6. or download this
    ppm> install 2
    
  7. or download this
    Package 2:
    ====================
    ...
    Successfully installed Death::Star version 2.0 in ActivePerl 5.8.6.811
    +.
    
    ppm>
    
  8. or download this
    ppm> rep
    Repositories:
    [ 1] ActiveState PPM2 Repository
    [ 2] ActiveState Package Repository
    ppm>
    
  9. or download this
    ppm> rep desc 1
    Describing Active Repository 1:
    ...
    http://ppm.ActiveState.com/cgibin/PPM/ppmserver-5.8-windows.pl?urn:/PP
    +MServer
        Type: PPMServer 2.0
    ppm>
    
  10. or download this
    ppm> rep add jenda http://jenda.krynicky.cz/perl
    Repositories:
    ...
    [ 2] ActiveState Package Repository
    [ 3] jenda
    ppm>
    
  11. or download this
    C:\> ppm install http://the.empire-rules.com/ppm/Death-Star.ppd
    
  12. or download this
    use PPM::Repositories;
    
    ...
    {
        print `ppm repository add $_ $Repositories{$_}->{location}`;
    }
    
  13. or download this
    c:\> set http_proxy=http://xxx.xxx.xxx.x:yyyy
    c:\> set http_proxy_user=username
    c:\> set http_proxy_pass=password
    
  14. or download this
    ppm> rep add myRepository /perl/ppm/repository
    
  15. or download this
    <SOFTPKG NAME="Death-Star" VERSION="2,00,0,0">
        <TITLE>The Deathstar</TITLE>
    ...
            <CODEBASE HREF="x86/Death-Star-2.0.tar.gz" />
        </IMPLEMENTATION>
    </SOFTPKG>
    
  16. or download this
    C:/blib/
    +---arch/
    ...
    +---lib/
        +---Death/
            #Star.pm
    
  17. or download this
    C:\> copy \blib\lib\Death\Star.pm \Perl\site\lib\Death\Star.pm
    C:\> copy \blib\arch\auto\Death\Star\Star.dll \Perl\site\lib\auto\Deat
    +h\Star\Star.pm
    C:\> copy \blib\html\site\lib\Death\Star.html \Perl\html\site\lib\Deat
    +h\Star.html
    
  18. or download this
    perl -MActivePerl::DocTools -e "UpdateHTML(1)"
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (7)
As of 2024-04-19 13:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found