Help for this page
for my $b (@bb) { while (<STDIN>) { print "while=$_\n"; ... } print "forwhile=$b\n"; }