I always use an if debug option like below, its so handy, so that you can put all your debug output here. you can do different levels here too to make things really funky :) Pat
On Jan 16, 2008 7:17 AM, Jeremy Kister <[EMAIL PROTECTED]> wrote: > On 1/15/2008 3:09 PM, S.A. Birl wrote: > > Sometimes I find the need to comment out a block temporarily. > > My roots go back to C where I could quickly throw a > > #if 0 > > #endif > > if(0){ > [...] > } > > > > -- > > Jeremy Kister > http://jeremy.kister.net./ > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > http://learn.perl.org/ > > >