http://qs1969.pair.com?node_id=547861


in reply to How to kill perl?

perl -we s//*_=0/e perl -e s//*_=0/e
This one is interesting mostly because $^W has an unexpected effect. (some versions of perl don't crash if -w is used.)