SPUG: lenght of string

Ryan T. Kosai rkosai at u.washington.edu
Tue Oct 5 15:45:31 CDT 2004


Hi Luis,

You'll want to usually check the perlfunc reference before you post questions like this to the mailing list.  Keep in mind how many people this mailing list goes to.

For your reference, there is a length function:

my $str_length = length($string);

Ryan




More information about the spug-list mailing list