if (-f $my_file) { print "Thanks for not deleting my config file $my_file\n"; } if (-B $my_file || -z $my_file) { print "I'll bet you think you're funny.\n"; }