Help for this page
# Split up master list into smaller strings so that command line l +imit is not reached (limit to around 5000 chars) my @lists = $masterList =~ /(.{5000,}? )/g; ... { $htmlFiles.= "\$lists[$y] "; }