NAME

File::Copy::Link - Perl extension for replacing a link by a copy of the linked file.

SYNOPSIS

use File::Copy::Link;
copylink 'file.lnk'; 

DESCRIPTION

copylink reads the filename linked to by the argument and replaced the link with a copy of the file.

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.

EXPORT

copylink - only sub defined

SEE ALSO

copylink(1) File::Copy(3) File::Spec::Link(3)

AUTHOR

Robin Barker, <Robin.Barker@npl.co.uk>

COPYRIGHT AND LICENSE

Copyright 2003 by Robin Barker

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.