in reply to Re: open a new xml file if line count exceeds 4000 lines
in thread open a new xml file if line count exceeds 4000 lines

Don't even think about commenting out use strict;

strict will help you catch your mistakes. Without it, you're back to debugging by print statements (if you're lucky) and your Mark I eyeballs, if you're not.

Replies are listed 'Best First'.
Re^3: open a new xml file if line count exceeds 4000 lines
by bulk88 (Priest) on May 30, 2012 at 03:27 UTC
    Debugging exclusively with print is so 1980s, doesn't everyone use a step through debugger today?

      Debugging exclusively with print is so 1980s, doesn't everyone use a step through debugger today?

      Absolutely, because they're so bulletproof and flawless :|