0: foreach (<FILE>) { 1: print; 2: } 3: 4: # or 5: 6: while (<FILE>) { 7: print; 8: }
In reply to Default Line in Loops by chromatic