Help for this page
open FILE, "filename" my @file = <FILE>; ... for my $line (@file) { $text->insert('end', $line); }
----------------------------------- --the good, the bad and the physi-- -----------------------------------