in reply to Re: FILE::PATH question
in thread FILE::PATH question

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.

Replies are listed 'Best First'.
Re^3: FILE::PATH question
by Anonymous Monk on Aug 11, 2011 at 04:31 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.

    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