in reply to Displaying text file with perl/tk
and ends with# separate paragraphs with two newlines my $instr = <<'EOInstr';
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'$text->insert('end', "TkSolitaire Instructions\n", 'title'); $text->insert('end', $instr);
|
|---|