Help for this page
while (<$fh>) { $st->insert("end", $_); }
use strict; use warnings; ... $st->insert('end', $line); $st->see('end'); }