Public Scratchpad | Download, Select Code To D/L |
Information on memory allocation issues in Perl
Re: Is there a penalty for namespace use?
Creating a big file:
perl -e '$string=q{ }x1024; for(my $i = 0; $i <= (1024*1024); $i++){print $string}' > test.out