in reply to
Pre-grow a string
my $str = ""; vec($str, 2**19-1, 8)=0; $str = "";
[download]
Comment on
Re: Pre-grow a string
Download
Code
In Section
Seekers of Perl Wisdom