in reply to Suggestion: Optional Line Numbering Tag for CODE

If it does get added it would be nice to make it possible to cut and paste code without getting the line numbers. This could be done by placing the code and numbers in a table, preferably an invisible one, in different cells. We would then retain the ability to cut and paste with only a little trouble (all those darned +'s).

- p u n k k i d
"Reality is merely an illusion, albeit a very persistent one." -Albert Einstein

  • Comment on Re: Suggestion: Optional Line Numbering Tag for CODE

Replies are listed 'Best First'.
Re: Re: Suggestion: Optional Line Numbering Tag for CODE
by chipmunk (Parson) on Apr 24, 2001 at 07:34 UTC
    The 'd/l code' link allows you to copy/paste or save the code from a node, without all the +s and what-not. It appears just below the 'comment on...' link, when the node contains CODE tags.
    #!/usr/local/bin/perl print "Just another Perl hacker\n";