RE: how to get the buffer size of a string

2004-03-11 Thread Bob Showalter
[EMAIL PROTECTED] wrote: > length() Returns the length in characters. How do I translate that > to bytes? Read 'perldoc bytes' for an example of how to do this. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: how to get the buffer size of a string

2004-03-11 Thread Motherofperls
length() Returns the length in characters. How do I translate that to bytes?

Re: how to get the buffer size of a string

2004-03-11 Thread Paul Johnson
[EMAIL PROTECTED] said: > Does perl have a function to get the buffer size of a string? length() perldoc -f length -- Paul Johnson - [EMAIL PROTECTED] http://www.pjcj.net -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]