in reply to Re: -z file test operator
in thread -z file test operator

I opened the file using

unless (open (BADSYMS, ">BADSYMS.out")) { die ("Can't open output file BADSYMS.out\n");

So i presumed that when using the -z I could test against the filehandle, do I need to use the quotes?