Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Eh, HUH!?
$ perl -E " print {select()} 6 " 6 $ perl -Mstrict -le " print {select()} 6 " Can't use string ("main::STDOUT") as a symbol ref while "strict refs" +in use at -e line 1.
/headslap
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Can't use string ("main::STDOUT") as a symbol ref while "strict refs" in use
by GlitchMr (Sexton) on Aug 25, 2012 at 18:27 UTC | |
|
Re: Can't use string ("main::STDOUT") as a symbol ref while "strict refs" in use
by Mr. Muskrat (Canon) on Aug 26, 2012 at 17:50 UTC |