>>>>> "DK" == Dmitry Karasik <[EMAIL PROTECTED]> writes:

  DK>   $x +=!! $y  is same as $x++ if $y;
  DK>   $x -=!! $y       --    $x-- if $y;
  DK>   $x +=!  $y       --    $x++ unless $y;
  DK>   $x -=!  $y       --    $x-- unless $y;

  DK>    $n = int( $items / $max) + (( $items % $max) ? 1 : 0);
  DK>    $n = int( $items / $max) +!!+ $items % $max;

  DK>    0 !~! 0 = 1
  DK>    0 !~! 1 = 0
  DK>    1 !~! 0 = 0
  DK>    1 !~! 1 = 0

  DK>     !()            -- true  
  DK>     !%!            -- false

  DK> These two deserve to be named the Mongolian constants, because !%!
  DK> really resembles that soyombo thingy on the mongolian national flag
  DK> ( 
http://upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Flag_of_Mongolia.svg/125px-Flag_of_Mongolia.svg.png
 ).
  DK> I was even tempted to say Mongolian Tao constants, because the thingy 
actually
  DK> contains the yin-yang sign, which can be also thought as a graphical 
representation of
  DK> a non-boolean, yet definitely binary logic :)

you, sir, have altogether too much free time!! would you like to stop
wasting your life and help improve some cpan modules of mine? :)

uri

-- 
Uri Guttman  ------  [EMAIL PROTECTED]  -------- http://www.stemsystems.com
--Perl Consulting, Stem Development, Systems Architecture, Design and Coding-
Search or Offer Perl Jobs  ----------------------------  http://jobs.perl.org

Reply via email to