method curdir
Documentation for method curdir
assembled from the following types:
class IO::Spec::Unix
From IO::Spec::Unix
(IO::Spec::Unix) method curdir
Defined as:
method curdir()
Returns a string representing the current directory:
say '.' eq .curdir; # OUTPUT: «True»