I know I just promised to be quiet... but I realized something really
important.

If the first arg returned from want() isn't the context, then this:

> In Perl 6 we switch with C<switch>es, mister! ("Muro volente", of course ;-)
> 
>         switch (want) {
>                 case 'LIST'     { do_list_stuff }
>                 case 'SCALAR'   { do_scalar_stuff }
>         }

Doesn't work.

Convinced yet? ;-)

-Nate

P.S. I promise I'll shut up now...really...

Reply via email to