RSS | Module Info | Add a review of File-Copy-Link
File-Copy-Link
(0.112)
When trying to copy a bunch of files and directories from a messy working directory to a clean one, I found that my simplistic one-liner was creating broken links when using "ln -s" on existing links.
I was happy to find File::Spec::Link on CPAN, with such confidence-inspiring function names as "full_resolve", which lets me easily get at the actual directory being linked to and link to it.
Thank you Robin Barker: This rocks.
Dotan Dimet - 2009-08-04T11:58:54 (permalink)
2 out of 2 found this review helpful.
Was this review helpful to you?
Yes
No

