|
From: Steven M. <smi...@gm...> - 2009-11-17 21:53:03
|
Auto flush might be turned on in perl $|=1 I suspect that this is like python unbuffered.... Steve On Nov 16, 2009, at 8:47 AM, Steve Cohen wrote: > Thank you! That's the answer. Might want to tell Mr. Janert about > this > so they can print an errata. Or is the flush not necessary in Perl? > > > Thomas Sefzick wrote: > >> >> you need a 'flush' after 'print'ing the two lines: >> >> #!/usr/bin/python >> >> import os >> import sys >> import math >> > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 > 30-Day > trial. Simplify your report design, integration and deployment - and > focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Gnuplot-info mailing list > Gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-info |