Documentation for method devnull
assembled from the following pages:
Class: IO::Spec::Unix §
From IO::Spec::Unix
(IO::Spec::Unix) method devnull §
Defined as:
method devnull(--> Str)
Returns the string "/dev/null"
representing the "Null device":
.devnull.IO.spurt: "foo bar baz";
Class: IO::Spec::Win32 §
From IO::Spec::Win32
(IO::Spec::Win32) method devnull §
Defined as:
method devnull(--> Str)
Returns the string "nul"
representing the "Null device":
.devnull.IO.spurt: "foo bar baz";