in reply to When can the character length of a Perl Scalar become an issue?
According to perldata, "a scalar is a single string (of any size, limited only by the available memory), number, or a reference to something". So the length of your XML element is not constrained by any arbitrary limit in Perl's scalar variables.
The string truncation must therefore be due to some other cause. As suggested by marto, you will likely need to show us code to get further help.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: When can the character length of a Perl Scalar become an issue?
by LanX (Saint) on Sep 20, 2023 at 19:40 UTC | |
by philipbailey (Curate) on Sep 22, 2023 at 09:03 UTC | |
by eyepopslikeamosquito (Archbishop) on Sep 22, 2023 at 11:03 UTC | |
by LanX (Saint) on Sep 22, 2023 at 14:20 UTC | |
by eyepopslikeamosquito (Archbishop) on Sep 27, 2023 at 10:11 UTC | |
|