On 6/13/06, Michael Oldham <[EMAIL PROTECTED]> wrote:
while (<PROBES>) {
print OUT scalar(<PROBES>);
You don't want that second use of <PROBES>. Check the documentation for readline() in the perlfunc manpage. Hope this helps! --Tom Phoenix Stonehenge Perl Training -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>