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