Don't use backticks like `BADSYMS.out` - instead use normal single or double quotes:
The backticks try to execute the file which is not what you want.if (-z "BADSYMS.out") { # do something }
-- Hofmator
In reply to Re3: -z file test operator
by Hofmator
in thread -z file test operator
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |