See Original text in context
method devnull(--> Str)
Returns the string "nul"
representing the "Null device":
.devnull.IO.spurt: "foo bar baz";
See Original text in context
method devnull(--> Str)
Returns the string "/dev/null"
representing the "Null device":
.devnull.IO.spurt: "foo bar baz";