Help for this page
Select Code to Download
Select
or
download this
while(chomp($row = <$fh>)) {
Select
or
download this
while(1) { chomp($row = <$fh>) or last;