Help for this page
while (<DATA>) { ... }
@foo = <DATA>; while (@foo) { ... }
while (defined ($_ = readline(*DATA))) { ... }