in reply to Re: Usage of File::Spec->devnull() on Windows
in thread Usage of File::Spec->devnull() on Windows

Several resources suggest that NUL is a reserved file name, not NIL. I don't have a windows at hand to test it, but I'd guess it's actually NUL that is equivalent to UNIX' /dev/null.