$re = "[spectal]{9}"; $data =~ $re; # match() # regcomp() # Compile the expression # regcreset $data =~ m/$re/; # match() # regcomp() # Compile the expression # regcreset