1. use of => in place of ; 2. use of non standard delimiters in search and replace regexp (s///) 3. Hiding $_ and __DATA__ input handle behind the *_ typeglob. 4. Using left shift bitwise operation to calculate N/2 (e.g. N >> 1 instead of just N/2). 5. and some other ;-) |
|
Robert Wilensky, University of California
In reply to Re: YAJAPH - Yet Another JAPH
by vladb
in thread YAJAPH - Yet Another JAPH
by CombatSquirrel
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |