|
|
| "be consistent" | |
| PerlMonks |
Re: Character Countby danger (Priest) |
| on Oct 15, 2003 at 13:45 UTC ( #299413=note: print w/ replies, xml ) | Need Help?? |
|
The perlfunc manpage has a listing of categorized built-in functions which can be very helpful when one is just learning the language. The following should allow you to read it on your own system (if perl was properly installed):
Looking in the category for 'scalars and strings' we see a length function. Use perldoc again to see if that will do what desire:
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||