in reply to sampling with perl script
If this is not right, you will need to provide a better explanation...open BAYES, "tail -f bayes.out |" || die "could not open: $!"; while (<BAYES>) { # read until you have enough to process }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: sampling with perl script
by Fletch (Bishop) on Oct 16, 2008 at 20:09 UTC |