Quote:
> Hi,
> I have this little test script.
> The problem is the script produces
> no output, unless a "\n" is added
> to the print statement.
> WHY?
the output is being buffered...set autoflush with this:
$| = 1;
--
robert sherman
css3, school of civil and environmental engineering
georgia institute of technology
atlanta, ga, usa