Help for this page

Select Code to Download


  1. or download this
    sub dhob2num
    {
    ...
      if ($s =~ /^0/) { return oct($s); } # Note: should validate the stri
    +ng
      return ( 0 + $s );
    }