Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

I'm trying to insert text below a certain line. I've read the docs discussing both tag and mark.

Is one better than the other, and which one do you suggest using?

Replies are listed 'Best First'.
Re: Tk Text tag or mark ?
by hiseldl (Priest) on Apr 09, 2003 at 20:34 UTC

    You should use mark because a mark is more useful if you want to insert into arbitrary locations within the text. A tag is used more for assigning attributes than marking where to insert text.

    --
    hiseldl
    What time is it? It's Camel Time!