while($line=) { print("outer: $line"); while($nextline=) { print("inner: $nextline"); } print("finished inner\n"); } print("finished outer\n");