in reply to Re: Some suggestions on coding style - a chance to critique
in thread Some suggestions on coding style - a chance to critique

# If you're printing to STDOUT in various places, set $|=1;

Why would you want to slow things down to get output in smaller chunks more often? Buffering is enabled for a reason, and I'm curious as to why you recommend disabling it.

  • Comment on Re: Re: Some suggestions on coding style - a chance to critique