http://qs321.pair.com?node_id=649608

o0lit3 has asked for the wisdom of the Perl Monks concerning the following question:

Perlmonks and golf aliens,

Is there a shorter way to write:
while(@x){1while$x!=$y}
...ideally such that any braces and/or parentheses can be removed (without causing syntax errors - c.f. the code below).
1while$x!=$y while@x
Cheers,
o0lit3