sub has_more_than_1_char { my $string = shift; return defined $string && 1 < length $string; }
In reply to Re: How to check if a string contains more than 1 character?
by choroba
in thread How to check if a string contains more than 1 character?
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |