hi all, i am facing a strange problem
here is my string $line=SNMPv2-MI::enterprises.343.2.10.3.5.100.1.0=INT.
I tried using split function , but was able to extract only enterprises.343.2.10.3.5.100.1.0=INT
but what i need is just .343.2.10.3.5.100.1.0
That is anything after the word enterprises and before = sign.