if (-e($file_name)) {};
Trying to override the -e file test is not what I would consider "smart". Even if you could, this is a bad idea.
What other meaning would you have the "-e" do? And why would it make sense in the code?
In reply to Re: Is there any way to override "file test operator"?
by Marshall
in thread Is there any way to override "file test operator"?
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |