When I first started reading about perl6, I thought great, they're fixing a lot of the things I complain about in my essay Everything In Perl Is Wrong.
But now that I realize perl6 will still be intentionally ambiguous -- with heuristics based on what kind of white space you use (spaces or newlines?) -- I give up on any hope for perl6.
Perl is a "semicolon language", like C & C++ & Java. You have to use semicolons to terminate statements, and so whitespace doesn't matter (newlines are just whitespace, like spaces). There exist -- and personally, I like -- no-semicolon languages, like Awk, Tcl, & Python, which can always use newlines to terminate statements. But adding a single newline hack to an otherwise semicolon language is just Wrong!
Here's an excerpt from the Apocalypse linked above:
$x = do {
...
} + 1;
However, if you write
$x = do {
...
}
+ 1;
then the + will be taken erroneously as the start of a new statement. (So don't do that.)
432.   Who are the Steve Police?
  [jake/2006-05-21]
429.   why does my 802.11g network seem to die around Uniden 2.4ghz phones?
  [jake/2006-05-19]
425.   How do I make a FireFox search plugin?
  [gregr/2005-05-17]
424.   Where do you get StrickPants?
  [strick/2007-06-30]
414.   What is art?
  [jake/2004-09-22]
403.   What is warviewing / warspying?
  [jake/2004-01-28]
386.   What is Trinux ?
  [brad/2003-10-06]
375.   What are two indispensable websites for traveling Europe?
  [jake/2003-09-22]
372.   What is the offical 'insta-gay' drink™ of #temp?
  [ross/2003-09-16]
333.   what is the orgin of the word family?
  [jesse/2002-10-25]
238.   How does John Horton Conway figure out what day of the week it is?
  [strick/2001-06-04]
( rupe/2001-06-05 )
229.   How do I convert a conventional laser pointer to a modulated laser?
  [rupe/2001-05-29]
195.   why wont my computer boot off of its hard drive?
  [jesse/2001-03-11]
( strick/2001-03-12 )
160.   Where can I find information about Dr. Bronner?
  [rupe/2001-01-04]
( strick/2001-01-07 )
112.   Where can I find information on older SGI systems?
  [rupe/2000-07-09]
110.   How can I download a new ringtone to my SMS capable phone without having net access?
  [rupe/2000-07-09]
86.   How do those little Anti-Shoplifting tags work?
  [strick/2000-05-02]