Help for this page
open FILE, $myfile while(<FILE>) { ... last; } }
open FILE, "<:utf8", $myfile while(<FILE>) { ... last; } }