modules_k/perl: Fix resetting of flags in sv2int_str
According to the functions comments and its usages in the same file, the flags would only be or'red, not reset
This fixes setting an string named avp with an integer value:
OpenSER::AVP::add("string", 12345);