Disable output buffering in Perl Perl Add comments Apr 122006 Disable output buffering in Perl Answer: To disable output buffering in Perl, add the following line in the Perl's code. $| = 1; That's all. Related posts: Read command line arguments in Perl Run Perl with useful warnings How can I comment out a large block of Perl code? Multi-line string in Perl Enable Perl strict mode to restrict unsafe constructs Leave a Reply Cancel reply Name (required) E-mail (required) URI Your Comment You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>