Hi, i am new to perl and would really appreciate your help
i would like to extract 3 variables from the string in the following format:
"43436 66 78 5333 3444 ... 345ms : 34.56ms : 45ms"
result should be $var1 = 345; $var2=34.56; $var3 = 45
these numbers are always at the end of the string, and
first one and last one are integers, but middle one is not.
Thanks
Mike