Jessta Roll RSS

Archive

May
27th
Wed
permalink
“length” is kinda a dirty word. :-)
length($string) will behave a bit differently?
length is gone.
You gotta say what you want.
chars($string) # characters
bytes($string) # how many bytes
Note you can call ‘em as methods too.
$string.chars

Journal of masak (6289)

I’ve avoided perl for years, but that is a good idea.