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


in reply to Acme::Don't

Hmmm. When I want to comment out a block of code for testing purposes, my usual approach is to enclose it in POD directives:

# normal code here =pod commented out for testing any code in here won't run; in fact it won't even be syntax-checked =cut # more code