in reply to Displaying text file with perl/tk
open FILE, "filename" my @file = <FILE>; for my $line (@file) { $text->insert('end', $line); } [download]
----------------------------------- --the good, the bad and the physi-- ----------------------------------- [download]