>However it still doesn't answer how you are able to:

>return $true and next;
>return $false and next;
>return $true and last;
>return $false and last;
>return $true and redo;
>return $false and redo;

BZZZT

You *aren't* able to do that, silly!  

However, if you would please please just stop using those gratuitous
and annoying tricksy-trickie alphabetic ops, and then you can.

    return $true && next;
    return $false && next;
    return $true && last;
    return $false && last;
    return $true && redo;
    return $false && redo;

#!/usr/bin/tchrist -w

    use less precedence;
    no tricks;
    use parens;

--tom

Reply via email to