in reply to while (scalar()
while (scalar(@ra)) { while (scalar(@rb)) { while (scalar(@rc)) { # rest } } } [download]