Okay, devil's advocate.

Paragraphs.

    sub legal {
        print <<<FOO
            Attention criminal slacker, we have yet
        to receive payment for our legal services.

                    Love and kisses
        FOO
    }

Obviously stripping all whitespace in this case is wrong, yet its
exactly the kind of thing which you'd want to use <<< for.  You could
prescan for the smallest number of leading whitespace and strip that.
Might be more trouble than its worth.


-- 

Michael G Schwern      http://www.pobox.com/~schwern/      [EMAIL PROTECTED]
Just Another Stupid Consultant                      Perl6 Kwalitee Ashuranse
Plus I remember being impressed with Ada because you could write an
infinite loop without a faked up condition.  The idea being that in Ada
the typical infinite loop would be normally be terminated by detonation.
        -- Larry Wall in <[EMAIL PROTECTED]>

Reply via email to