http://www.perlmonks.org?node_id=100854


in reply to Displaying text file with perl/tk

In addition to physi's answer you should delete the part that starts with
# separate paragraphs with two newlines my $instr = <<'EOInstr';
and ends with

$text->insert('end', "TkSolitaire Instructions\n", 'title'); $text->insert('end', $instr);
Otherwise your text AND the current text will be displayed. You should replace the part I mentioned with physi's code Jouke Visser, Perl 'Adept'
Using Perl to help the disabled: pVoice and pStory