Inspirationally shameless, and a great demonstration of the
power of 'and' versus '&&', something that I hadn't
fully understood. Until now. I have to say, at first it
looks like a drop-in alternative to the presumably
scary C-style double-ampersands (as in, an artifact of
the
use English movement), but when you get right down
to it, it binds much more loosely, enhancing its utility
vastly.
In the spirit of shameless borrowing, switching to 'pop' and using 'and' nets the following:
sub f{for($t=pop;$_=(0,l,r)[$$t{d}cmp$_[0]]and$t=$$t{$_};){}$t}
But this is really just converging on the same thing:
sub f{for($t=pop;$_=$$t{d}cmp$_[0]and$t=$$t{$_>0?l:r};){}$t}
Which is the same length, and functionally the same due
to heavy cross-pollination.
Of course, if the spec had indicated that the two branches
were labelled '-1' and '1' instead of 'r' and 'l', that
would certainly simplify things a whole lot. Or at least
it would save 6 precious characters:
sub f{for($t=pop;$_=$$t{d}cmp$_[0]and$t=$$t{$_};){}$t}
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
|
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.