Help for this page
c:\@Work\Perl\monks>perl -wMstrict -le "if ('night' eq 'day') { ... print FOO; " 42
c:\@Work\Perl\monks>perl -wMstrict -le "use if 'night' eq 'day', constant => FOO => 42; ... " Name "main::FOO" used only once: possible typo at -e line 1. print() on unopened filehandle FOO at -e line 1.