Help for this page

Select Code to Download


  1. or download this
    use strict
      my($num2,$num1,$binary,$j );
    ...
        $str=substr($str,-$j);    
        return $str;
      }