See Original text in context
method l(IO::Path: --> Bool)
Returns True
if the invocant is a path that exists and is a symlink. The method will fail
with X::IO::DoesNotExist
if the path points to a non-existent filesystem entity.
See Original text in context
method l(IO::Special: --> False)
The 'symbolic links' file test operator, always returns False
.