in reply to STDOUT buffering problem
Easier on the eyes, no?#!/usr/bin/perl -l use strict; use warnings; use Getopt::Long; use Image::Magick; use IO::Handle (); STDOUT->autoflush(1);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: STDOUT buffering problem
by illtud (Initiate) on Apr 17, 2013 at 14:55 UTC |