Message-ID: <
20010625145220.A24114@lustre.linux.in>
p4raw-id: //depot/perl@10923
$iter = iterator->new(5);
test scalar <${iter}>, '5'; # 176
$acc = '';
- $acc .= " $out" while $out = <$iter>;
+ $acc .= " $out" while $out = <${iter}>;
test $acc, ' 4 3 2 1 0'; # 177
}
{