How do I flush/unbuffer an output filehandle? Why must I do this?#!/usr/bin/perl -w use strict; $| = 1; print "Begin...\n"; for ( my $i = 0; $i < 5; $i++ ) { print "$i...\n"; sleep 2; }
In reply to Re: Redirecting perl output on the command line
by pjotrik
in thread Redirecting perl output on the command line
by jbl_bomin
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |