Code:
$string=~/.+=>\s(.+)\s\(.+/;
print $1;
should do the trick, although you've not said how flexible the string is. i.e. which bits will always be there to compare against. read the regex page for more information "perldoc perlre". read through there and try to write out the regex i've written in a more long hand form.
Can i side track you for a minute and ask why you've said "How to get..." rather than "How can i get..." or "How do i get..." etc...? 9/10 non-english people seem to say that when asking a question. Does it make more sense to say what you have in a literal translation to german or other languages? thanks.