See Original text in context
method link(IO::Path : IO() --> Bool)sub link( IO() , IO() --> Bool)
Create a new hard link $link
to existing $target
. Returns True
on success; fail
with X::IO::Link if the hard link could not be created. To create a symbolic link, see symlink
.