Help for this page

Select Code to Download


  1. or download this
    sub to_bin {
      my $num = shift;
      my $ret = '';
    ...
      }
      return $ret;
    }