Help for this page

Select Code to Download


  1. or download this
        # 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] ";
        }