deleting certain parts of a line in perl

I have a filr data.txt. Its contents are

Available labels (* indicates activated, I indicates installed, R idicates running): abc-3.0.3 def-3.0.4 xyz-3.1.2-1.0

I want to delete " Available labels (* indicates activated, I indicates installed, R idicates running):"
and keep only the values and then store those values into an array.
I am using activestate perl with windows.

so what have you tried? have you read any Perl documentation regarding string substitution?

summery_cherry will post a solution in a day or two :wink:

I was able to get the solution for it. I just put output in differnt lines and then greped out only those lines which contained lte.