http://www.perlmonks.org?node_id=1008770

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

In the perl code,

die(...) if -e '/noexit';

What does '/noexit' or "/" operator mean here?

Thanks,

Dicty