Heredocs: How equal are bunches of spaces to tabs?

2005-04-15 Thread Juerd
Pasted from pugs/examples/cookbook/01-00introduction.p6:

# XXX - question: How equal are bunches of spaces to tabs?
#   -- I'd say that's a question for perl6lang


Juerd
-- 
http://convolution.nl/maak_juerd_blij.html
http://convolution.nl/make_juerd_happy.html 
http://convolution.nl/gajigu_juerd_n.html


Re: Heredocs: How equal are bunches of spaces to tabs?

2005-04-15 Thread Larry Wall
On Sat, Apr 16, 2005 at 12:11:24AM +0200, Juerd wrote:
: Pasted from pugs/examples/cookbook/01-00introduction.p6:
: 
: # XXX - question: How equal are bunches of spaces to tabs?
: #   -- I'd say that's a question for perl6lang

This seems to be singularly short on context, but if it has to do with
trimming leading whitespace from heredocs, A2 already discusses this.

Larry