The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more
123456789101112 #!perluse strict;use warnings;use File::Copy::Link qw(copylink);my $VERSION = $File::Copy::Link::VERSION;for my $file (@ARGV) { copylink $file;}# $Id$
#!perl
use
strict;
warnings;
File::Copy::Link
qw(copylink)
;
my
$VERSION
=
$File::Copy::Link::VERSION
for
$file
(
@ARGV
) {
copylink
}
# $Id$