in reply to boundries \b \B

If you really want to print what is between .1 and FA, you can try something like the following:
print $1 if /\.1\s+(.*?)\s+FA/;