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/
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/