Help for this page

Select Code to Download


  1. or download this
    $time=$16;    # Time Sample
    
  2. or download this
      @_1= split "\,",$16;
    
  3. or download this
      if($#_1 eq 0){      
      $time = int ($time);
    }
    
  4. or download this
                  
      if($#_1 eq 1){   
      $time=$_1[0];   
      $time=~ s/\,//g;
      $time*=1000;
    }
    
  5. or download this
      if($#_1 eq 2){   $time=1000;}
      if($#_1 eq 3){$time=1000;}