Help for this page
f e ... c b a
use warnings; use strict; ... until ($fh->eof) { print $fh->readline; }
a b ... d e f