![]() |
|
good chemistry is complicated, and a little bit messy -LW |
|
PerlMonks |
comment on |
( #3333=superdoc: print w/replies, xml ) | Need Help?? |
Not quite. In fact perl -MO=Deparse will tell you what it was compiled into. 'Systemout' . print('Just another perl hacker?');And -w would have given you a few answers: Unquoted string "out" may clash with future reserved word. Useless use of concatenation in void context. Whereas use strict; misguided you by making reference to strict subs. In reply to Re: Re: Did I say perl?!
by BooK
|
|