in reply to matching a defined lenght
if (length $var == 30) { print "It is 30 characters long"; } else { print "It is not 30 characters long"; } [download]