Dang... why isn't you see so many more obvious errors, the moment after you
click send?

From: Garrett Goebel [mailto:[EMAIL PROTECTED]]
> 
> or without the special case:
> 
> $hi = 'hello';
> $x  = 'burt';
> for $hi -> $y {
>   given {
>     when /burt/ { print "Go Away" };
      default { print $y };
                      ^^
>   }
> }

Reply via email to