in reply to Install Proc::ProcessTable on windows by ppm

if you have the Proc-ProcessTable.ppd file in lets say this directory
c:\Proc-ProcessTable

then what you have to do is
c:\> ppm ppm> install --location=c:\Proc-ProcessTable Proc-ProcessTable


``The wise man doesn't give the right answers, he poses the right questions.'' TIMTOWTDI

Replies are listed 'Best First'.
Re^2: Install Proc::ProcessTable on windows by ppm
by Nalina (Monk) on Jun 08, 2005 at 04:29 UTC
    I tried it. but it saya unknown option: location
      So you are using ppm 3.1
      then you need
      ppm> install c:\Proc-ProcessTable\Proc-ProcessTable.ppd
      The bad news are that this module cannot be installed on Windows though.

      ``The wise man doesn't give the right answers, he poses the right questions.'' TIMTOWTDI