File::Copy::Link
extension for replacing a link by a copy of the linked file
- Provided by: libfile-copy-link-perl (Version: 0.140-2)
- Report a bug
extension for replacing a link by a copy of the linked file
use File::Copy::Link; copylink 'file.lnk'; use File::Copy::Link qw(safecopylink); safecopylink 'file.lnk';
This module is mostly a wrapper round "File::Spec::Link::linked" and "File::Copy::copy", the functionality is available in a command line script copylink.
Nothing by default, can export "copylink", `"safecopylink".
Robin Barker, <RMBarker@cpan.org>
Copyright 2003, 2006, 2007, 2011, 2014 by Robin Barker
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.