http://qs321.pair.com?node_id=1200253

BlackKnait has asked for the wisdom of the Perl Monks concerning the following question:

Hello all, I found a code snippet within a script and do not know, what it means. I know some basics of perl but I am not really familar with this. Nevertheless I would like to know what this will mean:
unlink $file if /.BGV/;
I know that I will delete the file, but what does this 'if' means? What condition is it? CU