if( $string =~ m/Service Location:\s+(.+)$/ ) { $address = $1; }