Help for this page
open( HANDLE, "list.txt" ) or die "Cannot open file - $!"; while( <HANDLE> ) { ... } close HANDLE;