On Mon, Nov 29, 2004 at 01:56:59AM -0600, Rod Adams wrote: : What if instead, we add a different adverb to q// and qq//? something : like :h. That way people can mix and match all the quoting option they : want, and we remove some annoying requirements about when you can and : cannot have /<<\s+/ in your code. : : P5: : : print <<"END", " done.\n"; : line 1 : line 2 : END : : : P6: : : say qq:h/END/, "done."; : line 1 : line 2 : END I think I like it. Let me think about it some more though. LarryThread Previous | Thread Next