I get differing results - the following prints nothing on Panther, Perl 5.8.1:
Update: Clarified code.#! /usr/bin/perl -w use strict; print "File exists.\n" if -e ' '; print "File exists.\n" if -e ' . . '; print "File exists.\n" if -e ' .. '; print "File exists.\n" if -e ' '; print "File exists.\n" if -e '. ';
In reply to Re: -e " " returns true
by pbeckingham
in thread -e " " returns true
by PerlingTheUK
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |