in reply to How do I tell getlines to get ALL the data?
$connect->print("$rtrv"); (@prematch,$match) = $connect->waitfor('/COMPLD/'); while (@lines = $connect->getlines(Timeout => 1)) { print "Got some lines:"; print @lines; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: How do I tell getlines to get ALL the data?
by Galen (Beadle) on Mar 22, 2001 at 04:52 UTC | |
by chipmunk (Parson) on Mar 22, 2001 at 10:12 UTC | |
by Galen (Beadle) on Mar 22, 2001 at 20:35 UTC | |
by merlyn (Sage) on Mar 22, 2001 at 05:09 UTC |