in reply to Re^2: 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.
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 :)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: FILE::PATH question
by Anonymous Monk on Mar 27, 2018 at 21:08 UTC |