chromatic: # On Sun, 27 Oct 2002 08:54:08 -0800, Dan Sugalski wrote: # # These two seem highly similar: # # > =item Add source code to segment # > # > This adds a line or more of source code to the bytecode segment. # # > =item Add line number information # > # > This adds line number info to the bytecode segment, allowing the # > interpreter to find out what line of source a particular piece of # > bytecode corresponds to.
Appearances are deceiving--the first adds some (unparsed?) source code, the second adds information on file and line numbers, probably based on offset into the bytecode. --Brent Dax <[EMAIL PROTECTED]> @roles=map {"Parrot $_"} qw(embedding regexen Configure) Wire telegraph is a kind of a very, very long cat. You pull his tail in New York and his head is meowing in Los Angeles. And radio operates exactly the same way. The only difference is that there is no cat. --Albert Einstein (explaining radio)