method l
Documentation for method l
assembled from the following types:
class IO::Special
From IO::Special
(IO::Special) method l
method l(IO::Special: --> False)
The 'symbolic links' file test operator, always returns False
.
class IO::Path
From IO::Path
(IO::Path) method l
Defined as:
method l(--> 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.