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


in reply to Re: CGI::Session disconnect invalidates 1 active statement handle
in thread CGI::Session disconnect invalidates 1 active statement handle

Huh? I'd say the example was above average for legibility - you should see some of the legacy Perl code I have had to maintain over the years. It's true that one of the lines is two characters too far (oh calamity!) and that the tabbing isn;t in perfect multiples (oh the shame of it ;)). But at least reasonable effort appears to have been made in regard to appearance albeit not up perltidy's exacting standards. I wouldn't say it goes anywhere near far astray enough to deserve your implied threat, however.
__________________________________________________________________________________

^M Free your mind!

Replies are listed 'Best First'.
Re^3: CGI::Session disconnect invalidates 1 active statement handle
by jZed (Prior) on Jul 06, 2007 at 14:49 UTC
    I guess I was too curt, that wasn't an implied threat, it was advice on making things easier on cow orkers or others. It was based on this: I tried to figure out if the disconnect was in the right place in the loop and I had to manually count the braces to do that. Better indenting would have made it obvious at a glance.