in reply to FILE::PATH question

Thank you all,

My File:Path version is 2.04

So I come to the "mkpath" and "rmtree" prototype.

My further question is how to update the module?

I try the perl package manager, but it doesn't update the FILE::PATH

Replies are listed 'Best First'.
Re^2: FILE::PATH question
by Anonymous Monk on Jan 06, 2010 at 03:25 UTC
Re^2: FILE::PATH question
by spunk (Acolyte) on Aug 11, 2011 at 04:22 UTC
    I ran into this problem too, a script I had written using File::Path suddenly stopped working. The problem turned out to be the glibc libraries had been updated since I had installed the Perl package so I need to re-compile and install the package.

      I ran into this problem too, a script I had written using File::Path suddenly stopped working. The problem turned out to be the glibc libraries had been updated since I had installed the Perl package so I need to re-compile and install the package.

      File::Path is a pure-perl module, so it shouldn't depend on anything gcc :)

      But I too have run into trouble using mingw gcc 4.5.2 toolchain on win32, i can't launch the perl debugger :)

        Put perl at the beginning of your PATH