Help for this page

Select Code to Download


  1. or download this
    name1=value1 name2=value2 ...
    
  2. or download this
    sub exp {
        #Change all numbers in string to exponental 
    ...
        }
        return ($string);
    }