Help for this page

Select Code to Download


  1. or download this
    $str = "0.56HI There!";
    $str += 10;
    # $str now is "10.56"
    
  2. or download this
    sub bypre {
      substr($b,0,index($b,"+")) <=> substr($a,0,index($a,"+"));
    }