in reply to Measuring the sound level (dB(A)) with PERL
I find this construct quite suspicious:
while(1) { if ($cnt == 8000) { } read($fh, $buffer, 1); if(defined($buffer)) { $cnt++; } }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Measuring the sound level (dB(A)) with PERL
by pryrt (Abbot) on Nov 09, 2016 at 15:30 UTC | |
by Monk::Thomas (Friar) on Nov 09, 2016 at 15:40 UTC | |
by John-Robie (Novice) on Nov 10, 2016 at 11:38 UTC | |
by Monk::Thomas (Friar) on Nov 10, 2016 at 12:30 UTC | |
by John-Robie (Novice) on Nov 10, 2016 at 13:19 UTC | |
|