Help for this page

Select Code to Download


  1. or download this
    c:\@Work\Perl\monks>perl -wMstrict -le
    "if ('night' eq 'day') {
    ...
     print FOO;
    "
    42
    
  2. or download this
    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.