On 9/28/05, Ryan Frantz <[EMAIL PROTECTED]> wrote:
> Just for giggles, I'm gonna assume that you're using PPM (you gave
> nothing else to go on)...
>
> I've only installed this particular module using ActiveState's 'ppm'
> myself; it seems to have problems with the '::' in module names.  If ppm
> can't find what it believes the module name is, it will default to a
> search and probably return something like this:
>
> ppm> search spreadsheet::parseexcel
> Searching in Active Repositories
>   1. Spreadsheet-ParseExcel      [0.2603] Get information from Excel
> file
>   2. Spreadsheet-ParseExcel-Sim~   [1.02] A simple interface to Excel
> data
>   3. Spreadsheet-ParseExcel_XLH~   [0.02] Parse Excel Spreadsheets using
> xlhtml
>
> Use the 'install' command and substitute '-' for '::' like so:
>
> ppm> search Spreadsheet-ParseExcel-Simple

You can use the numbers instead of typing all that IIRC, so:

ppm> install 2

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to