if ( $txt =~ /Programming Language : (.*) License :/i ) { $result = $1; }