$rec = "SLOT3=4,4,2!INT=115!VC=4!CS=270!PK=/"; ($int_spec) = (split("!", $rec))[1]; $int = $int_spec; $int =~ s/INT=//; printf("\$int: $int\n");