in reply to Problem with saving files using File::Util on Windows
The issue with absolute file names under Windows is a known issue, and has an open and acknowledged bug report on CPAN: http://rt.cpan.org/Public/Bug/Display.html?id=46368. I would suggest working with relative paths for now. If this is not an option (you need it now), roll your own using core Perl modules such as File::Path and IO::File.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Problem with saving files using File::Util on Windows
by kg (Acolyte) on Dec 23, 2009 at 11:07 UTC | |
by kennethk (Abbot) on Dec 23, 2009 at 15:16 UTC |