Help for this page

Select Code to Download


  1. or download this
        $num = (~abs($num))+1 if $num < 0;
    
  2. or download this
           return join( '', reverse @ret) || 0;