Downloading and Installing Modules using Perl -MCPAM : PPM « Language Basics « Perl






Downloading and Installing Modules using Perl -MCPAM

   
           
perl -MCPAN -e "install module_name"

For example:

perl -MCPAN -e "install Business::UPS"

   
    
    
  








Related examples in the same category

1.Downloading and Installing Windows Modules using ppm
2.To quit the ppm command
3.Verify an installation using ppm