How can I figure out how many chars are stored in a variable?
Or how can I determit the length of a string in a variable?

this methode is a little poor: 
@array = split //, $var;
$size = scalar (@array);    

Thanks

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


Reply via email to