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


in reply to Re: Re: Re: Re: perl -s is evil?
in thread perl -s is evil?

ummm... You've got a bit of a command like goof there.... The following one-liner illustrates it. Can you figure it out?
perl -weT 'print "I like jellybeans"' Useless use of a constant in void context at -e line 1.
consult perlrun for hints. ;-)

-Blake