On Wed, Aug 7, 2013 at 1:40 PM, Nicholas Clark <n...@ccl4.org> wrote:
> Does > > perl <nul.txt -e1 > > work too? > > (ie it's still compatible with MS/DOS and earlier) > Yes. My assumption was based on what seem to be several regression tests > that opened /dev/null and aren't failing on Win32. > There isn't that much difference between a file handle to an empty file and an opened file handle. <$fh> returns false for both.