open(F,"/etc/passwd"); while(<F>) { print } while(<F>) { print } [download]
In reply to multiple loop problem by Anonymous Monk