table of contents
COPYLINK(1p) | User Contributed Perl Documentation | COPYLINK(1p) |
NAME¶
copylink - replace a link with a copy of the linked file
SYNOPSIS¶
copylink [link ...]
DESCRIPTION¶
Each of the links on the command line is replaced by a copy of the filethat the link points too, so the copy can be edited without changingthe original.
The command is intended for modifying perl source files created by"./Configure -Dmksymlinks".
OPTIONS¶
SEE ALSO¶
File::Copy::Link(3)
AUTHOR¶
Robin Barker, <RMBarker@cpan.org>
COPYRIGHT AND LICENSE¶
Copyright 2003, 2006, 2011, 2024 by Robin Barker
This library is free software; you can redistribute it and/or modifyit under the same terms as Perl itself.
2025-02-07 | perl v5.40.0 |