Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

I have installed the PDL module successfully. But on using it in a program, I get an error - "Can't locate PDL/Core.pm". I have searched all locations and there is indeed a file Core.pm, but it is a pl file. So, how do I convert it to a PM file?

Replies are listed 'Best First'.
Re: Problem with PDL module
by Anonymous Monk on Nov 02, 2012 at 14:39 UTC

    I have installed the PDL module successfully.

    The error message disagrees with you.

    What command did you use to install PDL module?

    Try ppm install PDL

      I'm on windows,so I used 'install PDL' command. There was no problem with any other modules I installed in the same way.

        In that case, complain to whomever provided "install PDL", they messed up

        Or, try one of the many instructions from PDL-2.4.11/win32/INSTALL

        like

        ppm install http://www.sisyphusion.tk/ppm/PDL.ppd or, for the latest PDL developer release: ppm install http://www.sisyphusion.tk/ppm/PDL_dev.ppd