Luinrandir Hernsen wrote: > Hallo > What is the maximum number of charecters in a string? > $A=123456789>>>>????
It's hower big a number a 'size_t' value can hold under the C compiler that built your Perl. This is usually an 'unsigned int' which, if it is 32 bits int, has a limit of just over 4 billion. Whether you have enough RAM for that is another question :-) Cheers, Rob -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]