in reply to Re: Cannot install DBI
in thread Cannot install DBI

Looking at your link, some of the commands are invalid in my PPM...

For example, if I type "rep", I get "unknown command 'rep'".

Could it be my "PPM" is old/duff? It says (1.0.0) on starting up!?

Replies are listed 'Best First'.
Re^3: Cannot install DBI
by holli (Abbot) on Feb 01, 2006 at 15:22 UTC
    Yes. My ppm (Perl 5.8.0) is version 3.1. What's your version of Perl? It must at least be 5.6 or older.


    holli, /regexed monk/
      How can I see what version of perl it is?

      I'll download the latest version from activestate in the meantime and have a play...
        NeilF,

        'How can I see what version of perl it is?'

        Type perl -v from the command line prints the version and patch level of your Perl executable, while perl -V prints a summary of the configuration values and the contents of @INC.

        Martin
      All working now! Thanks for the tip!