The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

#!perl
use strict;
use File::Copy::Link qw(copylink);
my $VERSION = $File::Copy::Link::VERSION;
for my $file (@ARGV) {
copylink $file;
}
# $Id$