You just want the length of a string?

$size = length $input;
or
if ( length $input > $minSize ) {
 ...
} else {
 ...
}

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to