<[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > PPM - Programmer's Package Manager version 3.1. > Copyright (c) 2001 ActiveState SRL. All Rights Reserved. > > Entering interactive shell. Using Term::ReadLine::Stub as readline library. > > Type 'help' to get started. > > ppm> install DBI > Error: No valid repositories: > Error: 500 Can't connect to ppm.ActiveState.com:80 (Bad protocol 'tcp') > Error: 500 Can't connect to ppm.ActiveState.com:80 (Bad protocol 'tcp') > ppm> > > > > Perl Version : 5.8.2 (ActiveState) > > Could anyone suggest me how to fix the install problem.. > > Thanks in Advance. >
ppm> search DBI If you find one then you do an install with the number. Let's say DBI is number 34 on the list. ppm> install 34 Should work...