in reply to Limitation On Variable
With respect to scalar (string) length, the only limitation you're likely to run into is your system's memory. Same for hash and array sizes:
Perl stores strings as sequences of bytes, with no arbitrary constraints on length or content
Programming Perl, p. 38
Philosophy can be made out of anything. Or less -- Jerry A. Fodor
|
|---|